UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

22 lines 622 B
export declare const commandSecurityAuditCreate: import("../../core").CommandDef<{ readonly token: { readonly type: "string"; readonly message: "GitLab token (api scope)"; readonly positional: true; }; readonly mainBranch: { readonly type: "string"; readonly message: "main branch name"; readonly positional: true; }; readonly projectId: { readonly type: "string"; readonly message: "GitLab project ID"; readonly positional: true; }; readonly userId: { readonly type: "string"; readonly message: "GitLab user ID (assignee)"; readonly positional: true; }; }>;