active
last updated:

account

Load an account from the provided JSON file (see `solana account --help` on how to dump an account to file). Files are searched for relatively to CWD and testsfixtures. If ADDRESS is omitted via the `-` placeholder, the one in the file will be used. If the ledger already exists then this parameter is silently ignored"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "account",
  "properties": {
    "long": "account",
    "value_names": "&[\"ADDRESS\", \"DUMP.JSON\"]",
    "takes_value": "true",
    "number_of_values": "2",
    "allow_hyphen_values": "true",
    "multiple": "true",
    "help": "\n                    \"Load an account from the provided JSON file (see `solana account --help` on \\\n                     how to dump an account to file). Files are searched for relatively to CWD \\\n                     and tests/fixtures. If ADDRESS is omitted via the `-` placeholder, the one \\\n                     in the file will be used. If the ledger already exists then this parameter \\\n                     is silently ignored\",\n                "
  },
  "isDeprecated": false
}