You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artifactName="[optional] Artifact display name, if different from file, image or directory name."
@@ -121,7 +126,7 @@ The ^.kosli_ignore^ will be treated as part of the artifact like any other file,
121
126
ignoreCaseFlag="[optional] Perform case-insensitive matching for --name. By default matching is case sensitive."
122
127
serviceAccountNameFlag="The name of the service account whose API keys are managed."
123
128
serviceAccountDescriptionFlag="[optional] A description for the service account."
124
-
serviceAccountPrivilegeFlag="The privilege granted to the service account."
129
+
serviceAccountPrivilegeFlag="The privilege granted to the service account. One of: ["+validServiceAccountPrivilegesList+"]."
125
130
serviceAccountAssumeYesFlag="[optional] Skip the confirmation prompt and delete the service account without asking. (alias: --yes)"
126
131
apiKeyDescriptionFlag="A description for the API key."
127
132
apiKeyExpiresAtFlag="[optional] When the API key expires. Accepts an epoch timestamp or a date like '2026-06-04', '2026-06-04 15:04:05', or an RFC3339 timestamp. Defaults to no expiry."
[{"name":"ci-bot","description":"CI service account","privilege":"member","created_at":1780584129.5},{"name":"deployer","description":"","privilege":"admin","created_at":1780584130.5}]
1
+
[{"name":"ci-bot","description":"CI service account","privilege":"member","created_at":1780584129.5},{"name":"deployer","description":"","privilege":"admin","created_at":1780584130.5},{"name":"snapshot-bot","description":"reports env snapshots","privilege":"snapshotter","created_at":1780584131.5},{"name":"auditor","description":"read-only access","privilege":"reader","created_at":1780584132.5}]
0 commit comments