0.0.12 • Published 9 months ago

@bytesbank/cli v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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.

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago