table of contents
ALIYUN-IMG-UTILS IMAGE DEPRECATE(1) | aliyun-img-utils image deprecate Manual | ALIYUN-IMG-UTILS IMAGE DEPRECATE(1) |
NAME¶
aliyun-img-utils-image-deprecate - Deprecate compute in a set of regions.
SYNOPSIS¶
aliyun-img-utils image deprecate [OPTIONS]
DESCRIPTION¶
Deprecate compute in a set of regions.
If no regions are provided the image is deprecated in all available regions.
OPTIONS¶
- --image-name TEXT
- Name of the image to be deprecated. [required]
- --regions TEXT
- A comma separated list of region ids to deprecate the provided image in. If no regions are provided the image will be deprecated in all available regions.
- -C, --config-dir PATH
- Aliyun Image utils config directory to use. Default: ~/.config/aliyun_img_utils/
- --profile TEXT
- The configuration profile to use. Expected to match a config file in config directory. Example: production, for ~/.config/aliyun_img_utils/production.yaml. The default value is default: ~/.config/aliyun_img_utils/default.yaml
- --no-color
- Remove ANSI color and styling from output.
- --verbose
- Display debug level logging to console.
- --info
- Display logging info to console. (Default)
- --quiet
- Display only errors to console.
- --access-key TEXT
- Access key used for authentication of requests.
- --access-secret TEXT
- Access secret used for authentication of requests.
- --bucket-name TEXT
- Storage bucket to store uploaded images.
- --region TEXT
- The region to use for the image requests.
2021-04-16 |