Building with SettleMint/SettleMint CLI/Commands/Platform
Update
Usage: settlemint platform update|u [options] [command]
Update a resource in the SettleMint platform
Options:
-h, --help display help for command
Commands:
custom-deployment|cd [options] <tag> Update a custom deployment in the
SettleMint platform
help [command] display help for command
Custom deployment
Usage: settlemint platform update custom-deployment|cd
Examples:
# Update a custom deployment
$ settlemint settlemint custom-deployment update v1.0.0
# Update a custom deployment with a specific unique name
$ settlemint settlemint custom-deployment update v1.0.0 --unique-name my-custom-deployment
Update a custom deployment in the SettleMint platform
Arguments:
tag The tag to update the custom deployment to
Options:
--unique-name <uniqueName> The unique name of the custom deployment to
update. If not provided, will use
SETTLEMINT_CUSTOM_DEPLOYMENT from env
--prod Connect to your production environment
--wait Wait for the custom deployment to be redeployed
-h, --help display help for command