iectl publisher app-project version delete (deprecated)¶
Description
Delete backend managed application version. (deprecated)
NOTICE
The App Project journey is deprecated in the new IEM UI. If you are working with IEM V2 (early access), these commands are not supported.
New WorkFlow:
- Delete the IEM application version using
iectl iem app-project version delete --app-id "drjmB165b5R7K6qlzq5UKPmYx74cHN8X" --version-number "0.0.4"
Usage
iectl publisher app-project version delete [OPTIONS]
Options
-a, --appid Unique id of an application
-v, --versionnumber Version Number
-y, --yes Delete Without Prompt [Optional]
-h, --help display help for app-project version delete
Options inherited from parent commands
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example
iectl publisher app-project version delete -a drjmB165b5R7K6qlzq5UKPmYx74cHN8X -v 0.0.4 -y