Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
add deprecated notice to list releases command (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageMarcus committed Oct 4, 2021
1 parent 102debb commit 042d665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/list/releases/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Output
- COREDNS: The CodeDNS version provided.
- CALICO: The Project Calico version provided.
`,
Deprecated: `gsctl is being phased out in favour of our 'kubectl gs' plugin.
We recommened you familiarize yourself with the 'kubectl gs get releases' command as a replacement for this.
For more details see: https://docs.giantswarm.io/ui-api/kubectl-gs/get-releases/
`,
PreRun: printValidation,
Run: printResult,
Expand Down

0 comments on commit 042d665

Please sign in to comment.