Difference between revisions of "Agd --help"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
<pre>
 
Stargate Agoric App
 
  
Usage:
+
Stargate Agoric App
  agd [command]
+
 
+
Usage:
Available Commands:
+
  agd [command]
  add-genesis-account Add a genesis account to genesis.json
+
  collect-gentxs      Collect genesis txs and output a genesis.json file
+
Available Commands:
  config              Create or query an application CLI configuration file
+
  [[agd add-genesis-account]] Add a [[genesis]] account to [[genesis.json]]
  debug              Tool for helping with debugging your application
+
  [[agd collect-gentxs]]     Collect genesis txs and output a genesis.json file
  export              Export state to JSON
+
  [[agd config]]             Create or query an application CLI configuration file
  gentx              Generate a genesis tx carrying a self delegation
+
  [[agd debug]]               Tool for helping with debugging your application
  help                Help about any command
+
  [[agd export]]             Export state to JSON
  init                Initialize private validator, p2p, genesis, and application configuration files
+
  [[agd gentx]]               Generate a genesis tx carrying a self delegation
  keys                Manage your application's keys
+
  agd help                Help about any command
  query              Querying subcommands
+
  [[agd init]]               Initialize [[private validator]], p2p, genesis, and application configuration files
  rosetta            spin up a rosetta server
+
  [[agd keys]]               Manage your application's keys
  start              Run the full node
+
  [[agd query]]               Querying subcommands
  status              Query remote node for status
+
  [[agd rosetta]]             spin up a rosetta server
  tendermint          Tendermint subcommands
+
  [[agd start]]               Run the [[full node]]
  testnet             Initialize files for a agd testnet
+
  [[agd status]]             Query remote node for status
  tx                  Transactions subcommands
+
  [[agd tendermint]]         Tendermint subcommands
  unsafe-reset-all    Resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state
+
  [[agd testnet]]            Initialize files for a agd testnet
  validate-genesis    validates the genesis file at the default location or at the location passed as an arg
+
  [[agd tx]]                 Transactions subcommands
  version            Print the application binary version information
+
  [[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
Flags:
+
  [[agd version]]             Print the application binary version information
  -h, --help                help for agd
+
 
       --home string        directory for config and data (default "/Users/mcebollada/.agoric")
+
Flags:
 +
  -h, --help                help for agd
 +
       --home string        directory for config and data (default "/Users/my-user/.agoric")
 
       --log_format string  The logging format (json|plain) (default "plain")
 
       --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")
 
       --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
 
       --trace              print out full stack trace on errors
 
       --trace              print out full stack trace on errors
 
+
Use "agd [command] --help" for more information about a command.
+
Use "agd [command] --help" for more information about a command.
</pre>
 
  
 
== See also ==
 
== See also ==
 
* {{agd}}
 
* {{agd}}
 +
* {{Agoric}}
  
 
[[Category:Agoric]]
 
[[Category:Agoric]]

Latest revision as of 18:40, 15 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
  agd 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/my-user/.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[edit]

Advertising: