Skip to content

Commit c3e7921

Browse files
committed
bug: Fix linode-cli image-upload plugin
Closes linode/linode-cli#264 In 1b984f6, we removed the `linode-cli images upload` command from the Linode CLI in favor of using the `linode-cli image-upload` plugin, which is a much better way to accomplish the same thing. However, as it turns out, the plugin [relies on that CLI operations to upload an image](https://github.com/linode/linode-cli/blob/abda241415d5805ee17f1697494a013d408d30ca/linodecli/plugins/image-upload.py#L110), so removing the operation broke the plugin. This change reintroduces the CLI `images upload` CLI operation. If we'd like to remove it in the future, I can look into reworking the plugin to not require it (although generally CLI plugins use normal CLI operations to make API calls, so it would take a little bit of effort to set that up).
1 parent b4eea79 commit c3e7921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3860,7 +3860,6 @@ paths:
38603860

38613861
- To initiate and complete and upload in a single step, see our guide on how to [Upload an Image](/docs/products/tools/images/guides/upload-an-image/) using Cloud Manager or the Linode CLI.
38623862
x-linode-cli-action: upload
3863-
x-linode-cli-skip: true
38643863
security:
38653864
- personalAccessToken: []
38663865
- oauth:

0 commit comments

Comments
 (0)