0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Snapshot Save

Last updated at Posted at 2024-12-08

Previous << Verify Signature
Next >> Development Tools

FLOW CLIは、最新のfinalizedプロトコル状態(protocol state)のスナップショットを保存するコマンドを提供しています。

flow snapshot save <output path>

Example Usage

flow snapshot save  /tmp/snapshot.json --network testnet

Example response

snapshot saved: /tmp/snapshot.json

Arguments

Output Path

  • Name: output path
  • Valid Input: any valid string path

プロトコルスナップショットJSONファイルが保存される出力パス。

Flags

Host

  • Flag: --host
  • Valid inputs: an IP address or hostname.
  • Default: 127.0.0.1:3569 (Flow Emulator)

コマンドの実行に使用する Access API のホスト名を指定します。

Network Key

  • Flag: --network-key
  • Valid inputs: ホストの有効なネットワーク公開鍵の 16 進数文字列

コマンドを実行する時にセキュアなGRPCクライアントを作成するために使用するAccess APIのネットワーク公開鍵を指定します。

Network

  • Flag: --network
  • Short Flag: -n
  • Valid inputs: the name of a network defined in the configuration (flow.json)
  • Default: emulator

どのネットワークに対してコマンドを実行するのかを指定します。

Filter

  • Flag: --filter
  • Short Flag: -x
  • Valid inputs: case-sensitive name of the result property.

結果から、唯一の値として取得したいプロパティの名前を指定します。

Output

  • Flag: --output
  • Short Flag: -o
  • Valid inputs: json, inline

コマンド結果のフォーマットを指定します。

Version Check

  • Flag: --skip-version-check
  • Default: false

低速な接続を避けて処理を高速化するために、起動時のバージョンチェックをスキップします。

Last updated on Nov 26, 2024 by Giovanni Sanchez

翻訳元


Previous << Verify Signature

Flow BlockchainのCadence version1.0ドキュメント (Snapshot Save)

Next >> Development Tools

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?