Difference between revisions of "Agd export"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{agd}} * {{agoric}} Category:Agoric")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
agd export --help
 +
Export state to JSON
 +
 +
Usage:
 +
  agd export [flags]
 +
 +
Flags:
 +
      --for-zero-height              Export state to start at height zero (perform preproccessing)
 +
      --height int                  Export state from a particular height (-1 means latest height) (default -1)
 +
  -h, --help                        help for export
 +
      --jail-allowed-addrs strings  Comma-separated list of operator addresses of jailed validators to unjail
 +
 +
Global Flags:
 +
      --home string        directory for config and data (default "/root/.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
 +
</pre>
  
  

Revision as of 05:06, 22 August 2022

agd export --help
Export state to JSON

Usage:
  agd export [flags]

Flags:
      --for-zero-height              Export state to start at height zero (perform preproccessing)
      --height int                   Export state from a particular height (-1 means latest height) (default -1)
  -h, --help                         help for export
      --jail-allowed-addrs strings   Comma-separated list of operator addresses of jailed validators to unjail

Global Flags:
      --home string         directory for config and data (default "/root/.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


See also

Advertising: