Skip to content

Release 4.112.3 #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 10, 2022
Merged

Release 4.112.3 #582

merged 5 commits into from
Jan 10, 2022

Conversation

bbiggerr
Copy link
Contributor

No description provided.

bbiggerr and others added 5 commits December 15, 2021 15:00
Release v4.112.0 (merge master into development)
This is for the Linode CLI.

In the current CLI release, we see this:

```bash
wsmith@linode::linode-cli[master]$ linode-cli default --help
linode-cli default [ACTION]

Available actions:
┌──────────────────────┬────────────────────────┐
│ action               │ summary                │
├──────────────────────┼────────────────────────┤
│ getEntityTransfers   │ Entity Transfers List  │
│ createEntityTransfer │ Entity Transfer Create │
│ getEntityTransfer    │ Entity Transfer View   │
│ deleteEntityTransfer │ Entity Transfer Cancel │
│ acceptEntityTransfer │ Entity Transfer Accept │
│ import               │ Domain Import          │
└──────────────────────┴────────────────────────┘
```

These operations appear in "default" because they have no
`x-linode-cli-command` defined in the spec (so they fall into the
default command).  This isn't ideal.  Additionally, many of those
commands are using their operationId as their action since they lack a
`x-linode-cli-action` element.

This change adds a command and action to all of the above.
…tion

bug: Add missing CLI commands/actions to operations
@bbiggerr bbiggerr merged commit bdf3507 into master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants