Skip to content

Commit

Permalink
Merge pull request #463 from ItinerisLtd/kinsta/company
Browse files Browse the repository at this point in the history
feat(kinsta): add env var for company ID
  • Loading branch information
codepuncher authored Nov 6, 2023
2 parents 260b982 + 8334cc3 commit d9eed51
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 d9eed51

Please sign in to comment.