Command-Line Help for wash
This document contains the help content for the wash
command-line program.
Command Overview:
wash
↴wash app
↴wash app list
↴wash app get
↴wash app status
↴wash app history
↴wash app delete
↴wash app put
↴wash app deploy
↴wash app undeploy
↴wash app validate
↴wash build
↴wash call
↴wash capture
↴wash capture replay
↴wash completions
↴wash completions zsh
↴wash completions bash
↴wash completions fish
↴wash completions power-shell
↴wash claims
↴wash claims inspect
↴wash claims sign
↴wash claims token
↴wash claims token component
↴wash claims token operator
↴wash claims token account
↴wash claims token provider
↴wash config
↴wash config put
↴wash config get
↴wash config del
↴wash ctx
↴wash ctx list
↴wash ctx del
↴wash ctx new
↴wash ctx default
↴wash ctx edit
↴wash dev
↴wash down
↴wash drain
↴wash drain all
↴wash drain oci
↴wash drain lib
↴wash drain dev
↴wash drain downloads
↴wash get
↴wash get links
↴wash get claims
↴wash get hosts
↴wash get inventory
↴wash inspect
↴wash keys
↴wash keys gen
↴wash keys get
↴wash keys list
↴wash link
↴wash link query
↴wash link put
↴wash link del
↴wash new
↴wash new component
↴wash new provider
↴wash par
↴wash par create
↴wash par inspect
↴wash par insert
↴wash plugin
↴wash plugin install
↴wash plugin uninstall
↴wash plugin list
↴wash push
↴wash pull
↴wash secrets
↴wash secrets put
↴wash secrets get
↴wash secrets del
↴wash spy
↴wash scale
↴wash scale component
↴wash start
↴wash start component
↴wash start provider
↴wash stop
↴wash stop component
↴wash stop provider
↴wash stop host
↴wash label
↴wash update
↴wash update component
↴wash up
↴wash ui
↴wash wit
↴wash wit build
↴wash wit deps
↴wash wit publish
↴
wash
Usage: wash [OPTIONS] <COMMAND>
Subcommands:
app
— Manage declarative applications and deployments (wadm)build
— Build (and sign) a wasmCloud component or capability providercall
— Invoke a simple function on a component running in a wasmCloud hostcapture
— Capture and debug cluster invocations and statecompletions
— Generate shell completionsclaims
— Generate and manage JWTs for wasmCloud components and capability providersconfig
— Create configuration for components, capability providers and linksctx
— Manage wasmCloud host configuration contextsdev
— Start a developer loop to hot-reload a local wasmCloud componentdown
— Tear down a wasmCloud environment launched with wash updrain
— Manage contents of local wasmCloud cachesget
— Get information about different running wasmCloud resourcesinspect
— Inspect a capability provider or Wasm component for signing information and interfaceskeys
— Utilities for generating and managing signing keyslink
— Link one component to another on a set of interfacesnew
— Create a new project from a templatepar
— Create, inspect, and modify capability provider archive filesplugin
— Manage wash pluginspush
— Push an artifact to an OCI compliant registrypull
— Pull an artifact from an OCI compliant registrysecrets
— Manage secret referencesspy
— Spy on all invocations a component sends and receivesscale
— Scale a component running in a host to a certain level of concurrencystart
— Start a component or capability providerstop
— Stop a component, capability provider, or hostlabel
— Label (or un-label) a host with a key=value label pairupdate
— Update a component running in a host to newer image referenceup
— Bootstrap a wasmCloud environmentui
— Serve a web UI for wasmCloudwit
— Create wit packages and fetch wit dependencies for a component