firebase / firebase/firebase-tools
Lack of documentation on --non-interactive
Open
docs
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Cannot find any thorough documentation on `--non-interactive`. Only from the command line itself:
> error out of the command instead of waiting for prompts
Are there any assumptions that trigger this option ON automatically?
Do I understand correctly from [command.ts#L211](/firebase/firebase-tools/blob/d86aa5b5f24f1a92529d83c471690be732a4fc07/src/command.ts#L211) that `process.stdin.isTTY` is `false` for Ci environment like GitHub Actions?
Contributor guide
Assessment
This issue has not been assessed yet.