Skip to content

Commit 8a21d27

Browse files
feat: add accountId flags const (#5797)
* feat: add accountId flags const * fix: update snapshot --------- Co-authored-by: Netlify Bot <[email protected]>
1 parent 0b81e92 commit 8a21d27

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

packages/build/src/core/flags.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ The NETLIFY_AUTH_TOKEN environment variable can be used as well.`,
6262
string: true,
6363
describe: `Netlify Site ID.`,
6464
},
65+
accountId: {
66+
string: true,
67+
describe: `Netlify Account ID.`,
68+
},
6569
deployId: {
6670
string: true,
6771
describe: `Netlify Deploy ID.

packages/build/tests/core/snapshots/tests.js.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Generated by [AVA](https://avajs.dev).
3939
The NETLIFY_AUTH_TOKEN␊
4040
environment variable can be used as well. [string]␊
4141
--siteId Netlify Site ID. [string]␊
42+
--accountId Netlify Account ID. [string]␊
4243
--deployId Netlify Deploy ID.␊
4344
Default: automatically guessed [string]␊
4445
--buildId Netlify Build ID.␊
Binary file not shown.

0 commit comments

Comments
 (0)