Skip to content
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

Remove deprecated parameters #390

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

gboutry
Copy link
Collaborator

@gboutry gboutry commented Dec 13, 2024

All these parameter options have been deprecated months ago in favor of using an argument. This allows for a better semantic use of the CLI.

The following commands have lost the highlighted option in favor of an argument:
Local mode:
sunbeam cluster add --name
sunbeam cluster join --token
sunbeam cluster remove --token

MaaS mode:
sunbeam deployment add maas --name --token --url

utils:
sunbeam plans unlock --plan
sunbeam manifest show --id

features:
sunbeam enable dns --nameservers
sunbeam enable pro --token

All these parameter options have been deprecated months ago in favor of
using an argument. This allows for a better semantic use of the CLI.

Signed-off-by: Guillaume Boutry <[email protected]>
@gboutry gboutry force-pushed the feat/remove-deprecated-parameters branch from 1ad56d6 to 37ad747 Compare December 13, 2024 18:00
@javacruft javacruft merged commit f7f7bca into canonical:main Dec 20, 2024
6 checks passed
@gboutry gboutry deleted the feat/remove-deprecated-parameters branch January 6, 2025 08:00
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