Skip to content

Commit

Permalink
Apply pull request review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Jul 23, 2024
1 parent baf6a00 commit aad9c76
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ func getCmdLogin(gs *state.GlobalState) *cobra.Command {
loginCmd := &cobra.Command{
Use: "login",
Short: "Authenticate with a service",
Long: `[deprecation notice]
This command is deprecated and will be removed in a future release. Please use the "k6 cloud login" command instead.
Authenticate with a service.
Long: `Authenticate with a service.
Logging into a service changes the default when just "-o [type]" is passed with
no parameters, you can always override the stored credentials by passing some
on the commandline.`,
Deprecated: `and will be removed in a future release.
Please use the "k6 cloud login" command instead.
Deprecated: `and will be removed in a future release. Please use the "k6 cloud login" command instead.
`,
RunE: func(cmd *cobra.Command, _ []string) error {
return cmd.Usage()
Expand Down

0 comments on commit aad9c76

Please sign in to comment.