active
last updated:

clone_account

Copy an account from the cluster referenced by the --url argument the genesis configuration. 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": "clone_account",
  "properties": {
    "long": "clone",
    "short": "c",
    "value_name": "ADDRESS",
    "takes_value": "true",
    "validator": "is_pubkey_or_keypair",
    "multiple": "true",
    "requires": "json_rpc_url",
    "help": "\n                    \"Copy an account from the cluster referenced by the --url argument the \\\n                     genesis configuration. If the ledger already exists then this parameter is \\\n                     silently ignored\",\n                "
  },
  "isDeprecated": false
}