You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ test_cli dataform init
Dataform encountered an error: The default-database positional argument is required. Use "dataform help init" for more info.
Error: The default-database positional argument is required. Use "dataform help init" for more info.
at check (/usr/local/lib/node_modules/@dataform/cli/bundle.js:22191:39)
at /usr/local/lib/node_modules/@dataform/cli/bundle.js:21382:33
at Array.forEach (<anonymous>)
at /usr/local/lib/node_modules/@dataform/cli/bundle.js:21382:16
at Object.customChecks (/usr/local/lib/node_modules/@dataform/cli/node_modules/yargs/build/index.cjs:1572:26)
at Object.runValidation [as _runValidation] (/usr/local/lib/node_modules/@dataform/cli/node_modules/yargs/build/index.cjs:2826:22)
at Object.runCommand (/usr/local/lib/node_modules/@dataform/cli/node_modules/yargs/build/index.cjs:434:19)
at Object.parseArgs [as _parseArgs] (/usr/local/lib/node_modules/@dataform/cli/node_modules/yargs/build/index.cjs:2697:57)
at Object.get [as argv] (/usr/local/lib/node_modules/@dataform/cli/node_modules/yargs/build/index.cjs:2651:25)
at runCli (/usr/local/lib/node_modules/@dataform/cli/bundle.js:22559:7)
➜ test_cli dataform help init
dataform init [project-dir] [default-database] [default-location]
Create a new dataform project.
Positionals:
project-dir The Dataform project directory. [default: "."]
default-database The default database to use, equivalent to Google Cloud Project ID.
default-location The default location to use. See https://cloud.google.com/bigquery/docs/locations for supported values.
Options:
--help Show help [boolean]
--version Show version number [boolean]
default-database should be wrapped in angle brackets < and >, which will enable:
easier understanding of how the CLI actually works from dataform help
removal of the manual code check that enforces that it has been set
The text was updated successfully, but these errors were encountered:
default-database
should be wrapped in angle brackets<
and>
, which will enable:dataform help
The text was updated successfully, but these errors were encountered: