cliProps
| {[ key: string ]: string}
| Parameters for CLI authentication setup. |
| controlPlaneCallbackURL
| string
| The callback URL for the control plane. |
| setAPIGWScopes
| boolean
| Whether or not to specify scopes for validation at the API GW. |
---
+##### `cliProps`Optional
+
+```typescript
+public readonly cliProps: {[ key: string ]: string};
+```
+
+- *Type:* {[ key: string ]: string}
+
+Parameters for CLI authentication setup.
+
+---
+
##### `controlPlaneCallbackURL`Optional
```typescript
diff --git a/docs/public/README.md b/docs/public/README.md
index 81b31dd0..d66fcb20 100644
--- a/docs/public/README.md
+++ b/docs/public/README.md
@@ -635,6 +635,43 @@ The application plane emits this event upon completion of offboarding. Similar t
- **Built in the open with the community** - SBT strives to meet developers where they are. We encourage PRs, not forks
- **Guide builders and make it approachable** - SBT will provide rich documentation and examples from which the community can derive inspiration and reference
+## Command Line Interface (CLI)
+
+SBT includes a Command Line Interface (CLI) to simplify the management of your SaaS environment on AWS. The CLI is designed to interact with the Control Plane of SBT, allowing users to configure, manage tenants and users, and perform other administrative tasks seamlessly from the command line.
+
+### Key Features
+
+- **Tenant Management:** Create, retrieve, update, and delete tenants within your SaaS environment. The CLI provides straightforward commands to manage tenant data and lifecycle operations.
+- **User Management:** Handle user accounts associated with your SaaS tenants. You can create, retrieve, update, and delete users, ensuring that your SaaS environment’s access controls are easily managed.
+
+### Installation
+
+To install the CLI, ensure that you have `pip` installed, and then install the `sbt-aws-cli` package using the following command
+
+```bash
+pip install sbt-aws-cli
+```
+
+The CLI comes with a built-in `--help` mode that provides detailed information about each command and its options. This feature is particularly useful if you are unfamiliar with the available commands and arguments or need a quick reference.
+
+#### Using `--help`
+
+To access the help mode for the CLI, simply append the `--help` flag to any command. For example:
+
+```bash
+sbt-aws-cli --help
+```
+```bash
+sbt-aws-cli Hello $Username,
Please provide the code of the Device that wants to be linked to your account and choose an action:
+
+