@bytesbank/cli
v0.0.12
Published
BytesBank CLI is a command-line interface for managing user accounts and authentication with AWS Cognito. It allows users to register, log in, and retrieve user details securely. With an easy-to-use interface powered by Inquirer and Commander, it simplifi
Downloads
713
Readme
BytesBank CLI
BytesBank CLI is a command-line interface for managing user accounts and authentication with AWS Cognito. It allows users to register, log in, and retrieve user details securely. With an easy-to-use interface powered by Inquirer and Commander, it simplifies user management tasks for developers and administrators.
Table of Contents
Installation
To install the BytesBank CLI, you need to have Node.js installed on your machine. Then you can use npm to install the CLI globally:
npm install -g @bytesbank/cli
Usage
After installing the BytesBank CLI, you can use it from your terminal. The basic syntax is:
bytesbank <command> [options]
Commands
configure
Configure the BytesBank CLI. This command allows you to log in to an existing bytesbank account.
Example
bytesbank configure
Options
Configure the BytesBank CLI. This command allows you to register a new user in bytesbank.
--register
: Register a new user.
bytesbank configure --register
user
Display information about the logged-in user.
bytesbank user
Options
--info
: Display user details.
Example
bytesbank user --info
--exist
: validate user is loggedIn or not.
Example
bytesbank user --exist
Configuration
Contributing
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more information.