Crates.io | oasis-cli |
lib.rs | oasis-cli |
version | 0.1.6 |
source | src |
created_at | 2019-07-17 17:06:58.940629 |
updated_at | 2019-08-05 23:51:56.263262 |
description | Oasis developer tools |
homepage | |
repository | https://github.com/oasislabs/oasis-cli.git |
max_upload_size | |
id | 149697 |
size | 176,600 |
A command line utility for managing Oasis packages.
$ cargo install oasis-cli
$ oasis --help
oasis 0.1.0
Oasis developer tools
USAGE:
oasis [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
build Build services for the Oasis platform
clean Remove build products
deploy Deploy a service to the Oasis blockchain
help Prints this message or the help of the given subcommand(s)
ifextract Extract interface definition(s) from a service.wasm
init Create a new Oasis package
test Run integration tests against a simulated Oasis runtime.