version
Applet version lifecycle management
Description
Manages the lifecycle status of applet versions — publishing a built version, deprecating a broken or obsolete one, and renewing (un-deprecating) it.
Usage
sos applet version <subcommand> [options]
Subcommands
publish
Publish an applet version
sos applet version publish [options]
deprecate
Deprecate an applet version
sos applet version deprecate [options]
renew
Renew (un-deprecate) an applet version
sos applet version renew [options]
Examples
# Publish a version
sos applet version publish --applet-uid my-applet-uid --applet-version 1.0.0
# Deprecate a version
sos applet version deprecate --applet-uid my-applet-uid --applet-version 1.0.0
# Renew (un-deprecate) a version
sos applet version renew --applet-uid my-applet-uid --applet-version 1.0.0
Since
2.9.0
Global Options
All commands support the following global options:
| Option | Alias | Description |
|---|---|---|
--help | -h | Display help information for any command |
--version | -v | Display the installed version of the CLI |
--api-url | -u | Override the API URL for REST requests |
--profile | Use a specific profile from ~/.sosrc config |
Examples
# Show version
sos --version
# Get help for any command
sos applet --help
sos applet upload --help
# Use custom API endpoint
sos --api-url https://api.example.com applet upload
# Use specific profile
sos --profile production organization list
Related Commands
sos applet version publish- Publish an applet versionsos applet version deprecate- Deprecate an applet versionsos applet version renew- Renew (un-deprecate) an applet version