-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added --non-interactive and --force support when --id is not passed t…
…o eas init command (#1983) * Added --non-interactive and --force support when --id is not passed to eas init command * Removed id dependency from init command flags * Bump undici from 5.19.1 to 5.26.3 Bumps [undici](https://github.com/nodejs/undici) from 5.19.1 to 5.26.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.19.1...v5.26.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Bump undici from 5.19.1 to 5.26.3" * Apply suggestions from code review Co-authored-by: Szymon Dziedzic <[email protected]> * Fixed initializeWithoutExplicitIDAsync not being used * Require force flag to use default account when no account name is specified in non-interactive mode * Changed error message when user has access to multiple accounts in non-interactive mode * Added changelog entry * Update CHANGELOG.md Co-authored-by: Szymon Dziedzic <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Button <[email protected]> Co-authored-by: Szymon Dziedzic <[email protected]>
- Loading branch information
1 parent
d94b57c
commit 90a2612
Showing
2 changed files
with
56 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters