Skip to content

Commit

Permalink
Deprecate "fleet test" command, previously used to debug chart (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno authored Feb 1, 2024
1 parent 45a0891 commit ae86f3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/cmd/cli/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import (

func NewTest() *cobra.Command {
return command.Command(&Test{}, cobra.Command{
Args: cobra.MaximumNArgs(1),
Short: "Match a bundle to a target and render the output",
Args: cobra.MaximumNArgs(1),
Deprecated: "use target and deploy sub-commands instead.",
Short: "Match a bundle to a target and render the output (deprecated)",
})
}

Expand Down

0 comments on commit ae86f3f

Please sign in to comment.