-
Notifications
You must be signed in to change notification settings - Fork 336
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
chore(kuma-cp) rename 'kumactl generate dataplane-token' CLI arg #1206
Conversation
Signed-off-by: Ilya Lobkov <[email protected]>
@@ -13,7 +13,8 @@ type generateDataplaneTokenContext struct { | |||
*kumactl_cmd.RootContext | |||
|
|||
args struct { | |||
dataplane string | |||
dataplane string // Deprecated: remove in next major version of Kuma 1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to find a way to track these deprecations. Either we have a fixed tag, like Deprecated:
or we track in a dedicated doc.
Make sure to update docs |
Signed-off-by: Ilya Lobkov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide a link to the updated docs in the PR descripton.
That's weird, I looked through all documentation, but it's already correct:
|
(cherry picked from commit d3192ce)
…) (#1221) (cherry picked from commit d3192ce) Co-authored-by: Ilya Lobkov <[email protected]>
Signed-off-by: Ilya Lobkov [email protected]
Summary
rename
--dataplane
to--name