wapm
Command Line tool has the following subcommands:wapm login
wapm logout
wapm whoami
wapm config set <key> <value>
key
with the given value
.registry.url
, the registry.token
will reset automatically.wapm config get <key>
key
contents.wapm search <query>
query
.wapm install <package>
-g
flagwapm install -g cowsay
wapm run
run
cli command. The command will be run with the Wasmer runtime.wapm validate <wapm_package_dir>
wapm completions <shell>
wapm init
wapm.toml
in the current directory.wapm list
wapm uninstall <package>
wapm install
. Uninstall globally with the -g
flag.wapm bin
.bin
directory path for the local package. Get the global path with -g
flag.wapm keys
wapm keys list [-a]
wapm keys generate <path>
<path>
and register them with WAPMwapm keys import <public-key-value> --user-name=<user-name>
wapm keys register --public <public-key-location> --private <private-key-location>
wapm keys delete <public-key-id>
<public-key-id>
wapm config set telemetry.enabled false
or compile from source (the telemetry feature is disabled in the build by default).