Delete Remote Application Version CLI
This command will delete distributions of an application version from a distribution target, such as an edge node.
| Parameter | Command / Description |
|---|---|
| Command-name | version-delete-remote |
| Abbreviation | |
| Command arguments: | |
application-key | The application key defined for the application. |
version | Version of the application version to delete. |
| Command options: | |
--city | [Default: *] Wildcard filter for site city name. |
--country-codes | [Default: *] Semicolon-separated(;) list of wildcard filters for site country codes. Country code doesn't expect country phone code, but codes in this format: US, GB, FR, etc. |
--dist-rules | [Optional] Path to a file, which includes the distribution rules in a JSON format. |
--dry-run | [Default: false] Perform a simulation of the operation. |
--quiet | [Default: $CI] Set to true to skip the delete confirmation message. |
--site | [Default: *] Wildcard filter for site name. |
Delete Application Version Remotely Examples
Delete Application Version Remotely Example 1
Delete the distributions of version 1.0.0 of the application named myApp from edge nodes matching the provided distribution rules defined in the specified file.
jf apptrust version-delete-remote --dist-rules=/path/to/dist-rules.json myApp 1.0.0Updated about 19 hours ago
Did this page help you?
