From a11818cab3c00bdef19acd57afa34a82c9168c1d Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Thu, 24 Oct 2024 13:39:59 +1100 Subject: [PATCH] chore: add comment to user addition command (#393) --- cmd/users.go | 1 + 1 file changed, 1 insertion(+) 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 {