Skip to content
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

feat: Typer CLI implementation with cognito device authorization flow #88

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
ar-aws authored and suhussai committed Sep 6, 2024
commit adae9c7cbf20619601f12fad6b5b58c15eb3975a
2 changes: 1 addition & 1 deletion docs/public/README.md
Original file line number Diff line number Diff line change
@@ -665,7 +665,7 @@ sbt-aws-cli --help
sbt-aws-cli <command> --help
```

To get started, use the following command to configure the CLI with your Control Plane stack details. Remember you can use the `--help` flag to view the expected arguments.
To get started, use the following command to configure the CLI with your Control Plane stack details. The arguments should be directly copied from the stack outputs. Remember you can use the `--help` flag to view the expected arguments.
```bash
sbt-aws-cli configure
```