Difference between revisions of "Agoric --help"
Jump to navigation
Jump to search
(Created page with " == See also == * {{agoric}} Category:Agoric") |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | |||
+ | [[agoric]] --help | ||
+ | <pre> | ||
+ | Usage: agoric [options] [command] | ||
+ | |||
+ | Options: | ||
+ | -V, --version output the version number | ||
+ | --sdk use the Agoric SDK containing this program | ||
+ | --no-sdk do not use the Agoric SDK containing this program | ||
+ | --docker-tag <tag> image tag to use for Docker containers | ||
+ | -v, --verbose verbosity that can be increased | ||
+ | -h, --help display help for command | ||
+ | |||
+ | Commands: | ||
+ | cosmos <command...> client for an Agoric Cosmos chain | ||
+ | open [options] launch the Agoric UI | ||
+ | init [options] <project> create a new Dapp directory named <project> | ||
+ | set-defaults [options] <program> <config-dir> update the configuration files for <program> in <config-dir> | ||
+ | install [force-sdk-version] install Dapp dependencies | ||
+ | follow [options] <path-spec...> follow an Agoric Casting leader | ||
+ | run [options] <script> [script-args...] run a script with all your user privileges against the local Agoric VM | ||
+ | deploy [options] [script...] run multiple scripts with all your user privileges against the local Agoric VM | ||
+ | start [options] [profile] [args...] start an Agoric VM | ||
+ | |||
+ | agoric start - runs the default profile (dev) | ||
+ | agoric start dev -- [initArgs] - simulated chain and solo VM | ||
+ | agoric start local-chain [portNum] -- [initArgs] - local chain | ||
+ | agoric start local-solo [portNum] [provisionPowers] - local solo VM | ||
+ | |||
+ | help [command] display help for command | ||
+ | </pre> | ||
== See also == | == See also == | ||
+ | * {{agoric cmd}} | ||
* {{agoric}} | * {{agoric}} | ||
[[Category:Agoric]] | [[Category:Agoric]] |
Latest revision as of 18:27, 24 August 2022
agoric --help
Usage: agoric [options] [command] Options: -V, --version output the version number --sdk use the Agoric SDK containing this program --no-sdk do not use the Agoric SDK containing this program --docker-tag <tag> image tag to use for Docker containers -v, --verbose verbosity that can be increased -h, --help display help for command Commands: cosmos <command...> client for an Agoric Cosmos chain open [options] launch the Agoric UI init [options] <project> create a new Dapp directory named <project> set-defaults [options] <program> <config-dir> update the configuration files for <program> in <config-dir> install [force-sdk-version] install Dapp dependencies follow [options] <path-spec...> follow an Agoric Casting leader run [options] <script> [script-args...] run a script with all your user privileges against the local Agoric VM deploy [options] [script...] run multiple scripts with all your user privileges against the local Agoric VM start [options] [profile] [args...] start an Agoric VM agoric start - runs the default profile (dev) agoric start dev -- [initArgs] - simulated chain and solo VM agoric start local-chain [portNum] -- [initArgs] - local chain agoric start local-solo [portNum] [provisionPowers] - local solo VM help [command] display help for command
See also[edit]
Advertising: