Resume

Usage: settlemint platform resume [options] [command]

Resume a resource in the SettleMint platform

Options:
-h, --help display help for command

Commands:
blockchain-node|bn [options] <unique-name> Resume a blockchain node in the SettleMint platform. Provide the blockchain node unique name or use 'default' to resume the default blockchain node from your .env file.
blockchain-network|bnw [options] <unique-name> Resume a blockchain network in the SettleMint platform. Provide the blockchain network unique name or use 'default' to resume the default blockchain network from your .env file.
custom-deployment|cd [options] <unique-name> Resume a custom deployment in the SettleMint platform. Provide the custom deployment unique name or use 'default' to resume the default custom deployment from your .env file.
insights|in Resume an insights service in the SettleMint platform
integration-tool|it Resume an integration tool service in the SettleMint platform
load-balancer|lb [options] <unique-name> Resume a load balancer in the SettleMint platform. Provide the load balancer unique name or use 'default' to resume the default load balancer from your .env file.
middleware|mw Resume a middleware service in the SettleMint platform
private-key|pk [options] <unique-name> Resume a private key in the SettleMint platform. Provide the private key unique name or use 'default' to resume the default private key from your .env file.
storage|st Resume a storage service in the SettleMint platform
help [command] display help for command

Blockchain node

Usage: settlemint platform resume blockchain-node|bn 
Examples:

# Resumes the specified blockchain node by unique name
$ settlemint platform resume blockchain-node <unique-name>

# Resumes the default blockchain node in the production environment
$ settlemint platform resume blockchain-node default --prod

Resume a blockchain node in the SettleMint platform. Provide the blockchain node
unique name or use 'default' to resume the default blockchain node from your
.env file.

Arguments:
unique-name The unique name of the blockchain node, use 'default'
to resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Blockchain network

Usage: settlemint platform resume blockchain-network|bnw 
Examples:

# Resumes the specified blockchain network by unique name
$ settlemint platform resume blockchain-network <unique-name>

# Resumes the default blockchain network in the production environment
$ settlemint platform resume blockchain-network default --prod

Resume a blockchain network in the SettleMint platform. Provide the blockchain
network unique name or use 'default' to resume the default blockchain network
from your .env file.

Arguments:
unique-name The unique name of the blockchain network, use
'default' to resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Custom deployment

Usage: settlemint platform resume custom-deployment|cd 
Examples:

# Resumes the specified custom deployment by unique name
$ settlemint platform resume custom-deployment <unique-name>

# Resumes the default custom deployment in the production environment
$ settlemint platform resume custom-deployment default --prod

Resume a custom deployment in the SettleMint platform. Provide the custom
deployment unique name or use 'default' to resume the default custom deployment
from your .env file.

Arguments:
unique-name The unique name of the custom deployment, use 'default'
to resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Insights

Usage: settlemint platform resume insights|in [options] [command]

Resume an insights service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
blockscout|bs [options] <unique-name> Resume a insights in the SettleMint platform. Provide the insights unique name or use 'default' to resume the default insights from your .env file.
help [command] display help for command

Blockscout

Usage: settlemint platform resume insights blockscout|bs 
Examples:

# Resumes the specified insights by unique name
$ settlemint platform resume insights blockscout <unique-name>

# Resumes the default insights in the production environment
$ settlemint platform resume insights blockscout default --prod

Resume a insights in the SettleMint platform. Provide the insights unique name
or use 'default' to resume the default insights from your .env file.

Arguments:
unique-name The unique name of the insights, use 'default' to
resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Integration tool

Usage: settlemint platform resume integration-tool|it [options] [command]

Resume an integration tool service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
hasura|ha [options] <unique-name> Resume a integration tool in the SettleMint
platform. Provide the integration tool
unique name or use 'default' to resume the
default integration tool from your .env
file.
help [command] display help for command

Hasura

Usage: settlemint platform resume integration-tool hasura|ha 
Examples:

# Resumes the specified integration tool by unique name
$ settlemint platform resume integration-tool hasura <unique-name>

# Resumes the default integration tool in the production environment
$ settlemint platform resume integration-tool hasura default --prod

Resume a integration tool in the SettleMint platform. Provide the integration
tool unique name or use 'default' to resume the default integration tool from
your .env file.

Arguments:
unique-name The unique name of the integration tool, use 'default'
to resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Load balancer

Usage: settlemint platform resume load-balancer|lb 
Examples:

# Resumes the specified load balancer by unique name
$ settlemint platform resume load-balancer <unique-name>

# Resumes the default load balancer in the production environment
$ settlemint platform resume load-balancer default --prod

Resume a load balancer in the SettleMint platform. Provide the load balancer
unique name or use 'default' to resume the default load balancer from your .env
file.

Arguments:
unique-name The unique name of the load balancer, use 'default' to
resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Middleware

Usage: settlemint platform resume middleware|mw [options] [command]

Resume a middleware service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
graph|gr [options] <unique-name> Resume a middleware in the SettleMint platform. Provide the middleware unique name or use 'default' to resume the default middleware from your .env file.
smart-contract-portal|scp [options] <unique-name> Resume a middleware in the SettleMint platform. Provide the middleware unique name or use 'default' to resume the default middleware from your .env file.
help [command] display help for command

Graph

Usage: settlemint platform resume middleware graph|gr 
Examples:

# Resumes the specified middleware by unique name
$ settlemint platform resume middleware graph <unique-name>

# Resumes the default middleware in the production environment
$ settlemint platform resume middleware graph default --prod

Resume a middleware in the SettleMint platform. Provide the middleware unique
name or use 'default' to resume the default middleware from your .env file.

Arguments:
unique-name The unique name of the middleware, use 'default' to
resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Smart contract portal

Usage: settlemint platform resume middleware smart-contract-portal|scp 
Examples:

# Resumes the specified middleware by unique name
$ settlemint platform resume middleware smart-contract-portal <unique-name>

# Resumes the default middleware in the production environment
$ settlemint platform resume middleware smart-contract-portal default --prod

Resume a middleware in the SettleMint platform. Provide the middleware unique
name or use 'default' to resume the default middleware from your .env file.

Arguments:
unique-name The unique name of the middleware, use 'default' to
resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Private key

Usage: settlemint platform resume private-key|pk 
Examples:

# Resumes the specified private key by unique name
$ settlemint platform resume private-key <unique-name>

# Resumes the default private key in the production environment
$ settlemint platform resume private-key default --prod

Resume a private key in the SettleMint platform. Provide the private key unique
name or use 'default' to resume the default private key from your .env file.

Arguments:
unique-name The unique name of the private key, use 'default' to
resume the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Storage

Usage: settlemint platform resume storage|st [options] [command]

Resume a storage service in the SettleMint platform

Options:
-h, --help display help for command

Commands:
ipfs|ip [options] <unique-name> Resume a storage in the SettleMint platform.
Provide the storage unique name or use
'default' to resume the default storage from
your .env file.
minio|m [options] <unique-name> Resume a storage in the SettleMint platform.
Provide the storage unique name or use
'default' to resume the default storage from
your .env file.
help [command] display help for command

Ipfs

Usage: settlemint platform resume storage ipfs|ip 
Examples:

# Resumes the specified storage by unique name
$ settlemint platform resume storage ipfs <unique-name>

# Resumes the default storage in the production environment
$ settlemint platform resume storage ipfs default --prod

Resume a storage in the SettleMint platform. Provide the storage unique name or
use 'default' to resume the default storage from your .env file.

Arguments:
unique-name The unique name of the storage, use 'default' to resume
the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command

Minio

Usage: settlemint platform resume storage minio|m 
Examples:

# Resumes the specified storage by unique name
$ settlemint platform resume storage minio <unique-name>

# Resumes the default storage in the production environment
$ settlemint platform resume storage minio default --prod

Resume a storage in the SettleMint platform. Provide the storage unique name or
use 'default' to resume the default storage from your .env file.

Arguments:
unique-name The unique name of the storage, use 'default' to resume
the default one from your .env file

Options:
-a, --accept-defaults Accept the default and previously set values
--prod Connect to your production environment
-w, --wait Wait until resumed
-h, --help display help for command