Difference between revisions of "Agd --help"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
   
 
   
 
  Available Commands:
 
  Available Commands:
   [[add-genesis-account]] Add a genesis account to genesis.json
+
   [[agd add-genesis-account]] Add a genesis account to genesis.json
   [[collect-gentxs]]      Collect genesis txs and output a genesis.json file
+
   [[agd collect-gentxs]]      Collect genesis txs and output a genesis.json file
   [[config]]              Create or query an application CLI configuration file
+
   [[agd config]]              Create or query an application CLI configuration file
   [[debug]]              Tool for helping with debugging your application
+
   [[agd debug]]              Tool for helping with debugging your application
   [[export]]              Export state to JSON
+
   [[agd export]]              Export state to JSON
   [[gentx]]              Generate a genesis tx carrying a self delegation
+
   [[agd gentx]]              Generate a genesis tx carrying a self delegation
 
   help                Help about any command
 
   help                Help about any command
   [[init]]                Initialize private validator, p2p, genesis, and application configuration files
+
   [[agd init]]                Initialize private validator, p2p, genesis, and application configuration files
   [[keys]]                Manage your application's keys
+
   [[agd keys]]                Manage your application's keys
   [[query]]              Querying subcommands
+
   [[agd query]]              Querying subcommands
   [[rosetta]]            spin up a rosetta server
+
   [[agd rosetta]]            spin up a rosetta server
   [[start]]              Run the full node
+
   [[agd start]]              Run the full node
   [[status]]              Query remote node for status
+
   [[agd status]]              Query remote node for status
   [[tendermint]]          Tendermint subcommands
+
   [[agd tendermint]]          Tendermint subcommands
   [[testnet]]            Initialize files for a agd testnet
+
   [[agd testnet]]            Initialize files for a agd testnet
   [[tx]]                  Transactions subcommands
+
   [[agd tx]]                  Transactions subcommands
   [[unsafe-reset-all]]    Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state
+
   [[agd unsafe-reset-all]]    Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state
   [[validate-genesis]]    validates the genesis file at the default location or at the location passed as an arg
+
   [[agd validate-genesis]]    validates the genesis file at the default location or at the location passed as an arg
   [[version]]            Print the application binary version information
+
   [[agd version]]            Print the application binary version information
 
    
 
    
 
  Flags:
 
  Flags:

Revision as of 09:32, 10 August 2022

Stargate Agoric App

Usage:
  agd [command]

Available Commands:
  agd add-genesis-account Add a genesis account to genesis.json
  agd collect-gentxs      Collect genesis txs and output a genesis.json file
  agd config              Create or query an application CLI configuration file
  agd debug               Tool for helping with debugging your application
  agd export              Export state to JSON
  agd gentx               Generate a genesis tx carrying a self delegation
  help                Help about any command
  agd init                Initialize private validator, p2p, genesis, and application configuration files
  agd keys                Manage your application's keys
  agd query               Querying subcommands
  agd rosetta             spin up a rosetta server
  agd start               Run the full node
  agd status              Query remote node for status
  agd tendermint          Tendermint subcommands
  agd testnet            Initialize files for a agd testnet
  agd tx                  Transactions subcommands
  agd unsafe-reset-all    Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state
  agd validate-genesis    validates the genesis file at the default location or at the location passed as an arg
  agd version             Print the application binary version information
 
Flags:
  -h, --help                help for agd
     --home string         directory for config and data (default "/Users/mcebollada/.agoric")
     --log_format string   The logging format (json|plain) (default "plain")
     --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
     --trace               print out full stack trace on errors

Use "agd [command] --help" for more information about a command.

See also

Advertising: