-
Notifications
You must be signed in to change notification settings - Fork 152
Add global --quiet, --no-input, and --yes flags #4726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
f40948d
ad57c6e
ab63be3
c4ff0e8
7e5900d
76b6bc3
179bb7a
4a1e244
321fbec
8d07ada
dcc888c
84b9225
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,10 @@ Flags: | |
|
|
||
| Global Flags: | ||
| --debug enable debug logging | ||
| --no-input Disable interactive prompts | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate of --auto-approve? |
||
| -o, --output type output type: text or json (default text) | ||
| -p, --profile string ~/.databrickscfg profile | ||
| -q, --quiet Suppress non-essential output | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suppress too much. Some of what goes through LogString is essential. |
||
| -t, --target string bundle target to use (if applicable) | ||
| --var strings set values for variables defined in bundle config. Example: --var="foo=bar" | ||
| -y, --yes Auto-approve all yes/no prompts | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Another duplicate of --auto-approve? |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other flags use lower sentence case.