active
last updated:

clone_upgradeable_program

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