Previous << Configuration
Next >> Security
設定は、config add
およびconfig remove
コマンドを使用して管理されます。addコマンドを使用することで、設定に追加される値の検証も行われます。
flow config add <account|contract|network|deployment>
flow config remove <account|contract|network|deployment>
Example Usage
flow config add account
Name: Admin
Address: f8d6e0586b0a20c7
✔ ECDSA_P256
✔ SHA3_256
Private key: e382a0e494...9285809356
Key index (Default: 0): 0
Configuration
- Flag:
--config-path
- Short Flag:
-f
- Valid inputs: valid filename
設定ファイルのファイル名を指定します。-f
フラグを複数回使用して複数の設定ファイルを指定することができます。
Last updated on Nov 21, 2024 by Jordan Ribbink
翻訳元
Flow BlockchainのCadence version1.0ドキュメント (Manage Configuration)