Skip to content

Commit

Permalink
[eas-cli] Show the -s, --sso option in the login command help. (#2353)
Browse files Browse the repository at this point in the history
* Show the -s, --sso option in the login command help.

* Update CHANGELOG
  • Loading branch information
lzkb authored Apr 30, 2024
1 parent 6ac1e54 commit bc2f6e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This is the log of notable changes to EAS CLI and related packages.
### 🐛 Bug fixes

- Improve login info message for other login options. ([#2352](https://github.com/expo/eas-cli/pull/2352) by [@wschurman](https://github.com/wschurman))
- Show the -s, --sso option in the login command help. ([#2353](https://github.com/expo/eas-cli/pull/2353) by [@lzkb](https://github.com/lzkb))

### 🧹 Chores

Expand Down
5 changes: 4 additions & 1 deletion packages/eas-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,10 @@ log in with your Expo account

```
USAGE
$ eas login
$ eas login [--sso]
FLAGS
-s, --sso Log in with SSO
DESCRIPTION
log in with your Expo account
Expand Down
1 change: 0 additions & 1 deletion packages/eas-cli/src/commands/account/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default class AccountLogin extends EasCommand {
description: 'Login with SSO',
char: 's',
default: false,
hidden: true,
}),
};

Expand Down

0 comments on commit bc2f6e6

Please sign in to comment.