Skip to content

Commit

Permalink
feat(kinsta): add env var for company ID
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Nov 6, 2023
1 parent 260b982 commit 8334cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/kinsta/sites/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class List extends KinstaCommand {
static flags = {
companyId: Flags.string({
required: true,
env: 'IROOTS_KINSTA_COMPANY_ID',
}),
}

Expand Down
1 change: 1 addition & 0 deletions src/commands/kinsta/sites/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class New extends KinstaCommand {
static flags = {
company: Flags.string({
required: true,
env: 'IROOTS_KINSTA_COMPANY_ID',
}),
// eslint-disable-next-line camelcase
display_name: Flags.string({
Expand Down

0 comments on commit 8334cc3

Please sign in to comment.