Skip to content

Commit

Permalink
refactor: update CLI args
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin authored May 8, 2024
1 parent 5887657 commit 89949e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ const contextArgs =
: [
"--api-key",
params.token!,
"--cloud-root-domain",
"--root-domain",
params.url!,
"--org",
"--org-id",
params.organization!,
"--env",
"--env-id",
params.environment!,
];

Expand Down

0 comments on commit 89949e9

Please sign in to comment.