Skip to content

Commit

Permalink
[CLI-3317] Add user-tracking to the URL for cloud-signup (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalikconfluent authored Dec 4, 2024
1 parent ed09f00 commit 7465d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cloud-signup/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func New(prerunner pcmd.PreRunner) *cobra.Command {
}

func (c *command) cloudSignup(_ *cobra.Command, _ []string) error {
signupUrl := "https://www.confluent.io/get-started/"
signupUrl := "https://www.confluent.io/get-started/?from=cli"

output.Printf(c.Config.EnableColor, "You will now be redirected to the Confluent Cloud sign up page in your browser. If you are not redirected, please use the following link: %s\n", signupUrl)
if err := form.ConfirmEnter(); err != nil {
Expand Down

0 comments on commit 7465d37

Please sign in to comment.