Cloud Platform
CLI commands for interacting with the Silverback Platform.
silverback login
Login to ApeWorX Authorization Service (https://account.apeworx.io)
silverback login [OPTIONS]
Options
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
silverback cluster
Manage a Silverback hosted bot cluster
For clusters on the Silverback Platform, please provide a name for the cluster to access under your platform account via -c WORKSPACE/NAME
silverback cluster [OPTIONS] COMMAND [ARGS]...
new
Create a new cluster in WORKSPACE
silverback cluster new [OPTIONS] WORKSPACE
Options
- -n, --name <cluster_name>
Name for new cluster (Defaults to random)
- -s, --slug <cluster_slug>
Slug for new cluster (Defaults to name.lower())
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- WORKSPACE
Required argument
update
Update name and slug for a CLUSTER
silverback cluster update [OPTIONS] CLUSTER_PATH
Options
- -n, --name <name>
Update name for cluster
- -s, --slug <slug>
Update slug for cluster
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- CLUSTER_PATH
Required argument
list
List available clusters in a WORKSPACE
silverback cluster list [OPTIONS] WORKSPACE
Options
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- WORKSPACE
Required argument
info
Get configuration information about a CLUSTER
silverback cluster info [OPTIONS]
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
health
Get health information about a CLUSTER
silverback cluster health [OPTIONS]
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
silverback cluster workspaces
View and Manage Workspaces on the Silverback Platform
silverback cluster workspaces [OPTIONS] COMMAND [ARGS]...
new
Create a new workspace
silverback cluster workspaces new [OPTIONS]
Options
- -n, --name <workspace_name>
Name for new workspace
- -s, --slug <workspace_slug>
Slug for new workspace
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
list
List available workspaces for your account
silverback cluster workspaces list [OPTIONS]
Options
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
info
Get Configuration information about a WORKSPACE
silverback cluster workspaces info [OPTIONS] WORKSPACE
Options
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- WORKSPACE
Required argument
update
Update name and slug for a workspace
silverback cluster workspaces update [OPTIONS] WORKSPACE
Options
- -n, --name <name>
Update name for workspace
- -s, --slug <slug>
Update slug for workspace
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- WORKSPACE
Required argument
delete
Delete an empty Workspace on the Silverback Platform
silverback cluster workspaces delete [OPTIONS] WORKSPACE
Options
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- WORKSPACE
Required argument
silverback cluster vars
Manage groups of environment variables in a CLUSTER
silverback cluster vars [OPTIONS] COMMAND [ARGS]...
new
Create a new group of environment variables in a CLUSTER
silverback cluster vars new [OPTIONS] NAME
Options
- -e, --env <NAME=VAL>
Environment variable key and value to add (Multiple allowed)
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
list
List latest revisions of all variable groups in a CLUSTER
silverback cluster vars list [OPTIONS]
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
info
Show information about a variable GROUP in a CLUSTER
silverback cluster vars info [OPTIONS] NAME
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
update
Update a variable GROUP in CLUSTER
NOTE: Changing the values of variables in GROUP by create a new revision, since variable groups are immutable. New revisions do not automatically update bot configuration.
silverback cluster vars update [OPTIONS] NAME
Options
- -e, --env <NAME=VAL>
Environment variable key and value to add/update (Multiple allowed)
- -d, --del <NAME>
Environment variable name to delete (Multiple allowed)
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
remove
Remove a variable GROUP from a CLUSTER
NOTE: Cannot delete if any bots reference any revision of GROUP
silverback cluster vars remove [OPTIONS] NAME
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
silverback cluster registry
Manage container registry credentials in CLUSTER
silverback cluster registry [OPTIONS] COMMAND [ARGS]...
new
Add registry access credential NAME to CLUSTER’s registry.
NOTE: This command will prompt you for an EMAIL, USERNAME, and PASSWORD.
silverback cluster registry new [OPTIONS] NAME REGISTRY
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
- REGISTRY
Required argument
list
List container registry credentials in CLUSTER
silverback cluster registry list [OPTIONS]
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
info
Show info about credential NAME in CLUSTER’s registry
silverback cluster registry info [OPTIONS] NAME
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
update
Update credential NAME in CLUSTER’s registry
NOTE: This command will prompt you for an EMAIL, USERNAME, and PASSWORD.
silverback cluster registry update [OPTIONS] NAME
Options
- -r, --registry <registry>
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
remove
Remove credential NAME from CLUSTER’s registry
silverback cluster registry remove [OPTIONS] NAME
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
silverback cluster bots
Manage bots in a CLUSTER
silverback cluster bots [OPTIONS] COMMAND [ARGS]...
new
Create a new bot in a CLUSTER with the given configuration
silverback cluster bots new [OPTIONS] NAME
Options
- -i, --image <image>
Required
- --network <network>
Required Override the default network and provider. (see ape networks list for options)
- Options:
abstract::node | abstract:mainnet:node | abstract:mainnet | abstract:testnet:node | abstract:testnet | abstract:mainnet-fork:node | abstract:mainnet-fork | abstract:testnet-fork:node | abstract:testnet-fork | abstract | apechain::node | apechain:mainnet:node | apechain:mainnet | apechain:curtis:node | apechain:curtis | apechain:mainnet-fork:node | apechain:mainnet-fork | apechain:curtis-fork:node | apechain:curtis-fork | apechain | arbitrum::node | arbitrum:mainnet:node | arbitrum:mainnet | arbitrum:goerli:node | arbitrum:goerli | arbitrum:sepolia:node | arbitrum:sepolia | arbitrum:nova:node | arbitrum:nova | arbitrum:mainnet-fork:node | arbitrum:mainnet-fork | arbitrum:goerli-fork:node | arbitrum:goerli-fork | arbitrum:sepolia-fork:node | arbitrum:sepolia-fork | arbitrum:nova-fork:node | arbitrum:nova-fork | arbitrum | astar::node | astar:mainnet:node | astar:mainnet | astar:mainnet-fork:node | astar:mainnet-fork | astar | avalanche::node | avalanche:mainnet:node | avalanche:mainnet | avalanche:fuji:node | avalanche:fuji | avalanche:mainnet-fork:node | avalanche:mainnet-fork | avalanche:fuji-fork:node | avalanche:fuji-fork | avalanche | base::node | base:mainnet:node | base:mainnet | base:sepolia:node | base:sepolia | base:mainnet-fork:node | base:mainnet-fork | base:sepolia-fork:node | base:sepolia-fork | base | berachain::node | berachain:bartio:node | berachain:bartio | berachain:bartio-fork:node | berachain:bartio-fork | berachain | blast::node | blast:mainnet:node | blast:mainnet | blast:sepolia:node | blast:sepolia | blast:testnet:node | blast:testnet | blast:mainnet-fork:node | blast:mainnet-fork | blast:sepolia-fork:node | blast:sepolia-fork | blast:testnet-fork:node | blast:testnet-fork | blast | bsc::node | bsc:mainnet:node | bsc:mainnet | bsc:testnet:node | bsc:testnet | bsc:opbnb:node | bsc:opbnb | bsc:opbnb-testnet:node | bsc:opbnb-testnet | bsc:mainnet-fork:node | bsc:mainnet-fork | bsc:testnet-fork:node | bsc:testnet-fork | bsc:opbnb-fork:node | bsc:opbnb-fork | bsc:opbnb-testnet-fork:node | bsc:opbnb-testnet-fork | bsc | bttc::node | bttc:mainnet:node | bttc:mainnet | bttc:donau:node | bttc:donau | bttc:mainnet-fork:node | bttc:mainnet-fork | bttc:donau-fork:node | bttc:donau-fork | bttc | celo::node | celo:mainnet:node | celo:mainnet | celo:alfajores:node | celo:alfajores | celo:mainnet-fork:node | celo:mainnet-fork | celo:alfajores-fork:node | celo:alfajores-fork | celo | cronos::node | cronos:mainnet:node | cronos:mainnet | cronos:testnet:node | cronos:testnet | cronos:mainnet-fork:node | cronos:mainnet-fork | cronos:testnet-fork:node | cronos:testnet-fork | cronos | cronos-zkevm::node | cronos-zkevm:mainnet:node | cronos-zkevm:mainnet | cronos-zkevm:testnet:node | cronos-zkevm:testnet | cronos-zkevm:mainnet-fork:node | cronos-zkevm:mainnet-fork | cronos-zkevm:testnet-fork:node | cronos-zkevm:testnet-fork | cronos-zkevm | crossfi::node | crossfi:mainnet:node | crossfi:mainnet | crossfi:testnet:node | crossfi:testnet | crossfi:mainnet-fork:node | crossfi:mainnet-fork | crossfi:testnet-fork:node | crossfi:testnet-fork | crossfi | :goerli:node | ethereum:goerli:node | :goerli | ethereum:goerli | :goerli-fork:node | ethereum:goerli-fork:node | :goerli-fork | ethereum:goerli-fork | :mainnet:node | ethereum:mainnet:node | :mainnet | ethereum:mainnet | :sepolia:node | ethereum:sepolia:node | :sepolia | ethereum:sepolia | :holesky:node | ethereum:holesky:node | :holesky | ethereum:holesky | ::node | :local:node | ethereum::node | ethereum:local:node | ::test | :local:test | ethereum::test | ethereum:local:test | :local | ethereum:local | ethereum | fantom::node | fantom:mainnet:node | fantom:mainnet | fantom:testnet:node | fantom:testnet | fantom:mainnet-fork:node | fantom:mainnet-fork | fantom:testnet-fork:node | fantom:testnet-fork | fantom | filecoin::node | filecoin:mainnet:node | filecoin:mainnet | filecoin:calibration:node | filecoin:calibration | filecoin:mainnet-fork:node | filecoin:mainnet-fork | filecoin:calibration-fork:node | filecoin:calibration-fork | filecoin | flow-evm::node | flow-evm:mainnet:node | flow-evm:mainnet | flow-evm:testnet:node | flow-evm:testnet | flow-evm:mainnet-fork:node | flow-evm:mainnet-fork | flow-evm:testnet-fork:node | flow-evm:testnet-fork | flow-evm | fraxtal::node | fraxtal:mainnet:node | fraxtal:mainnet | fraxtal:holesky:node | fraxtal:holesky | fraxtal:mainnet-fork:node | fraxtal:mainnet-fork | fraxtal:holesky-fork:node | fraxtal:holesky-fork | fraxtal | geist::node | geist:mainnet:node | geist:mainnet | geist:polter:node | geist:polter | geist:mainnet-fork:node | geist:mainnet-fork | geist:polter-fork:node | geist:polter-fork | geist | gnosis::node | gnosis:chiado:node | gnosis:chiado | gnosis:mainnet:node | gnosis:mainnet | gnosis:chiado-fork:node | gnosis:chiado-fork | gnosis:mainnet-fork:node | gnosis:mainnet-fork | gnosis | kroma::node | kroma:mainnet:node | kroma:mainnet | kroma:sepolia:node | kroma:sepolia | kroma:mainnet-fork:node | kroma:mainnet-fork | kroma:sepolia-fork:node | kroma:sepolia-fork | kroma | lens::node | lens:sepolia:node | lens:sepolia | lens:sepolia-fork:node | lens:sepolia-fork | lens | linea::node | linea:mainnet:node | linea:mainnet | linea:sepolia:node | linea:sepolia | linea:mainnet-fork:node | linea:mainnet-fork | linea:sepolia-fork:node | linea:sepolia-fork | linea | lumia::node | lumia:prism:node | lumia:prism | lumia:testnet:node | lumia:testnet | lumia:prism-fork:node | lumia:prism-fork | lumia:testnet-fork:node | lumia:testnet-fork | lumia | mantle::node | mantle:mainnet:node | mantle:mainnet | mantle:testnet:node | mantle:testnet | mantle:sepolia:node | mantle:sepolia | mantle:mainnet-fork:node | mantle:mainnet-fork | mantle:testnet-fork:node | mantle:testnet-fork | mantle:sepolia-fork:node | mantle:sepolia-fork | mantle | metis::node | metis:mainnet:node | metis:mainnet | metis:mainnet-fork:node | metis:mainnet-fork | metis | moonbeam::node | moonbeam:mainnet:node | moonbeam:mainnet | moonbeam:moonbase:node | moonbeam:moonbase | moonbeam:moonriver:node | moonbeam:moonriver | moonbeam:mainnet-fork:node | moonbeam:mainnet-fork | moonbeam:moonbase-fork:node | moonbeam:moonbase-fork | moonbeam:moonriver-fork:node | moonbeam:moonriver-fork | moonbeam | optimism::node | optimism:mainnet:node | optimism:mainnet | optimism:goerli:node | optimism:goerli | optimism:sepolia:node | optimism:sepolia | optimism:mainnet-fork:node | optimism:mainnet-fork | optimism:goerli-fork:node | optimism:goerli-fork | optimism:sepolia-fork:node | optimism:sepolia-fork | optimism | oort::node | oort:mainnet:node | oort:mainnet | oort:dev:node | oort:dev | oort:mainnet-fork:node | oort:mainnet-fork | oort:dev-fork:node | oort:dev-fork | oort | palm::node | palm:mainnet:node | palm:mainnet | palm:testnet:node | palm:testnet | palm:mainnet-fork:node | palm:mainnet-fork | palm:testnet-fork:node | palm:testnet-fork | palm | polygon::node | polygon:mainnet:node | polygon:mainnet | polygon:mumbai:node | polygon:mumbai | polygon:amoy:node | polygon:amoy | polygon:mainnet-fork:node | polygon:mainnet-fork | polygon:mumbai-fork:node | polygon:mumbai-fork | polygon:amoy-fork:node | polygon:amoy-fork | polygon | polygon-zkevm::node | polygon-zkevm:mainnet:node | polygon-zkevm:mainnet | polygon-zkevm:testnet:node | polygon-zkevm:testnet | polygon-zkevm:cardona:node | polygon-zkevm:cardona | polygon-zkevm:mainnet-fork:node | polygon-zkevm:mainnet-fork | polygon-zkevm:testnet-fork:node | polygon-zkevm:testnet-fork | polygon-zkevm:cardona-fork:node | polygon-zkevm:cardona-fork | polygon-zkevm | polynomial::node | polynomial:mainnet:node | polynomial:mainnet | polynomial:sepolia:node | polynomial:sepolia | polynomial:mainnet-fork:node | polynomial:mainnet-fork | polynomial:sepolia-fork:node | polynomial:sepolia-fork | polynomial | rootstock::node | rootstock:mainnet:node | rootstock:mainnet | rootstock:testnet:node | rootstock:testnet | rootstock:mainnet-fork:node | rootstock:mainnet-fork | rootstock:testnet-fork:node | rootstock:testnet-fork | rootstock | shibarium::node | shibarium:mainnet:node | shibarium:mainnet | shibarium:puppynet:node | shibarium:puppynet | shibarium:mainnet-fork:node | shibarium:mainnet-fork | shibarium:puppynet-fork:node | shibarium:puppynet-fork | shibarium | scroll::node | scroll:mainnet:node | scroll:mainnet | scroll:sepolia:node | scroll:sepolia | scroll:mainnet-fork:node | scroll:mainnet-fork | scroll:sepolia-fork:node | scroll:sepolia-fork | scroll | shape::node | shape:mainnet:node | shape:mainnet | shape:sepolia:node | shape:sepolia | shape:mainnet-fork:node | shape:mainnet-fork | shape:sepolia-fork:node | shape:sepolia-fork | shape | soneium::node | soneium:minato:node | soneium:minato | soneium:minato-fork:node | soneium:minato-fork | soneium | sonic::node | sonic:mainnet:node | sonic:mainnet | sonic:blaze:node | sonic:blaze | sonic:mainnet-fork:node | sonic:mainnet-fork | sonic:blaze-fork:node | sonic:blaze-fork | sonic | taiko::node | taiko:mainnet:node | taiko:mainnet | taiko:hekla:node | taiko:hekla | taiko:mainnet-fork:node | taiko:mainnet-fork | taiko:hekla-fork:node | taiko:hekla-fork | taiko | unichain::node | unichain:sepolia:node | unichain:sepolia | unichain:sepolia-fork:node | unichain:sepolia-fork | unichain | wemix::node | wemix:mainnet:node | wemix:mainnet | wemix:testnet:node | wemix:testnet | wemix:mainnet-fork:node | wemix:mainnet-fork | wemix:testnet-fork:node | wemix:testnet-fork | wemix | world-chain::node | world-chain:mainnet:node | world-chain:mainnet | world-chain:sepolia:node | world-chain:sepolia | world-chain:mainnet-fork:node | world-chain:mainnet-fork | world-chain:sepolia-fork:node | world-chain:sepolia-fork | world-chain | xai::node | xai:mainnet:node | xai:mainnet | xai:sepolia:node | xai:sepolia | xai:mainnet-fork:node | xai:mainnet-fork | xai:sepolia-fork:node | xai:sepolia-fork | xai | xmtp::node | xmtp:mainnet:node | xmtp:mainnet | xmtp:sepolia:node | xmtp:sepolia | xmtp:mainnet-fork:node | xmtp:mainnet-fork | xmtp:sepolia-fork:node | xmtp:sepolia-fork | xmtp | zetachain::node | zetachain:mainnet:node | zetachain:mainnet | zetachain:testnet:node | zetachain:testnet | zetachain:mainnet-fork:node | zetachain:mainnet-fork | zetachain:testnet-fork:node | zetachain:testnet-fork | zetachain | zksync::node | zksync:mainnet:node | zksync:mainnet | zksync:sepolia:node | zksync:sepolia | zksync:mainnet-fork:node | zksync:mainnet-fork | zksync:sepolia-fork:node | zksync:sepolia-fork | zksync | zora::node | zora:mainnet:node | zora:mainnet | zora:sepolia:node | zora:sepolia | zora:mainnet-fork:node | zora:mainnet-fork | zora:sepolia-fork:node | zora:sepolia-fork | zora
- -a, --account <account>
- -g, --group <environment>
- --credential <credential_name>
registry credentials to use to pull the image
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- NAME
Required argument
list
List all bots in a CLUSTER by network (Regardless of status)
silverback cluster bots list [OPTIONS]
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
info
Get configuration information of one or more BOT(s) in a CLUSTER
silverback cluster bots info [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
update
Update configuration of BOT in CLUSTER
NOTE: Some configuration updates will trigger a redeploy
silverback cluster bots update [OPTIONS] BOT
Options
- --new-name <new_name>
- -i, --image <image>
- -n, --network <network>
- -a, --account <account>
- -g, --group <environment>
- --clear-vars
- --credential <credential_name>
registry credentials to use to pull the image
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Required argument
remove
Remove one or more BOT(s) from CLUSTER (Shutdown if running)
silverback cluster bots remove [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
health
Show current health of one or more BOT(s) in a CLUSTER
silverback cluster bots health [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
start
Start one or more BOT(s) running in CLUSTER (if stopped or terminated)
silverback cluster bots start [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
stop
Stop one or more BOT(s) from running in CLUSTER (if running)
silverback cluster bots stop [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
logs
Show runtime logs for BOT in CLUSTER
silverback cluster bots logs [OPTIONS] BOT
Options
- -l, --log-level <log_level>
Minimum log level to display.
- -s, --since <since>
Return logs since N ago.
- -f, --follow
Stream logs as they come in
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Required argument
errors
Show unacknowledged errors for one or more BOT(s) in CLUSTER
silverback cluster bots errors [OPTIONS] BOT
Options
- -c, --cluster <WORKSPACE/NAME>
NAME of the cluster in WORKSPACE you wish to access
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- BOT
Optional argument
silverback cluster pay
Pay for CLUSTER with Crypto using ApePay streaming payments
silverback cluster pay [OPTIONS] COMMAND [ARGS]...
create
Create a new streaming payment for a given CLUSTER
NOTE: This action cannot be cancelled! Streams must exist for at least 1 hour before cancelling.
silverback cluster pay create [OPTIONS] CLUSTER_PATH
Options
- --account <account>
- -t, --tier <NAME>
Named set of options to use for cluster as a base (Defaults to Standard)
- Options:
Standard | Premium
- -c, --config <KEY VALUE>
Config options to set for cluster (overrides values from -t/–tier selection)
- --token <ADDRESS>
Token Symbol or Address to use to fund stream
- --amount <VALUE>
Token amount to use to fund stream
- --time <TIMESTAMP or TIMEDELTA>
Time to fund stream for
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- CLUSTER_PATH
Required argument
add-time
Fund an existing streaming payment for the given CLUSTER
NOTE: You can fund anyone else’s Stream!
silverback cluster pay add-time [OPTIONS] CLUSTER
Options
- --account <account>
- --amount <VALUE>
Token amount to use to fund stream
- --time <TIMESTAMP or TIMEDELTA>
Time to fund stream for
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- CLUSTER
Required argument
cancel
Shutdown CLUSTER and refund all funds to Stream owner
NOTE: Only the Stream owner can perform this action!
silverback cluster pay cancel [OPTIONS] CLUSTER
Options
- --account <account>
- -p, --profile <PROFILE>
The authentication profile to use (Advanced)
Arguments
- CLUSTER
Required argument