diff --git a/cmd/users.go b/cmd/users.go index e5e8a1d7..646da1cc 100644 --- a/cmd/users.go +++ b/cmd/users.go @@ -89,6 +89,7 @@ var addUserCmd = &cobra.Command{ LastName: LastName, Email: email, ResetPassword: resetPassword, + Comment: "added via lagoon-cli", } user, err := lagoon.AddUser(context.TODO(), userInput, lc) if err != nil {