We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1eb90 commit d75cc4cCopy full SHA for d75cc4c
openapi.yaml
@@ -3918,14 +3918,14 @@ paths:
3918
https://api.linode.com/v4/images/upload
3919
- lang: CLI
3920
source: |
3921
- # Use the image-upload plugin to upload the Image file in a single step
+ # Upload the Image file in a single step
3922
linode-cli image-upload \
3923
--description "Optional details about the Image" \
3924
--label "Example Image" \
3925
--region us-east \
3926
/path/to/image-file.img.gz
3927
3928
- # Returns an upload URL and requires uploading the Image file with a second step
+ # Returns the upload_to URL
3929
linode-cli images upload \
3930
3931
0 commit comments