table of contents
ALIYUN-IMG-UTILS IMAGE CREATE(1) | aliyun-img-utils image create Manual | ALIYUN-IMG-UTILS IMAGE CREATE(1) |
NAME¶
aliyun-img-utils-image-create - Create a compute image from a qcow2 image in...
SYNOPSIS¶
aliyun-img-utils image create [OPTIONS]
DESCRIPTION¶
Create a compute image from a qcow2 image in storage.
OPTIONS¶
- --image-name TEXT
- Name of the newly created compute image. [required]
- --image-description TEXT
- Description for the newly created image. [required]
- --platform TEXT
- The distribution of the image operating system. [required]
- --blob-name TEXT
- Name for the blob in the storage bucket to use to create the new image. [required]
- --force-replace-image
- Delete the compute image prior to creation if it already exists.
- --disk-size INTEGER RANGE
- Size root disk in GB. Default is 20GB.
- -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 |