From e14d4748ef3ac3a640769057d197d2ea0eb62ec3 Mon Sep 17 00:00:00 2001 From: chandrashekhar07 Date: Thu, 22 May 2025 18:34:56 +0545 Subject: [PATCH] ENG-2105 - Rename bytenite-cli to just The ByteNite Dev CLI is a command line tool designed for developers to create and manage apps on ByteNite. In addition to app management, it provides various commands to handle authentication, version checking, and operations related to apps and engines (such as initializing, uploading, and listing apps and engines). Usage: bytenite-cli [command] Available Commands: app Manage User Apps auth User Authentication completion Generate the autocompletion script for the specified shell config Generate bytenite cli config file engine Manage User Engines help Help about any command template Manage User Templates version Flags: -h, --help help for bytenite-cli Use "bytenite-cli [command] --help" for more information about a command. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de51c5e..3ccc707 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ sudo apt update Install the Bytenite CLI ```bash -sudo apt install bytenite-cli +sudo apt install bytenite ``` Troubleshooting @@ -43,7 +43,7 @@ If you encounter any issues during installation: 3. Check if the package is available: ```bash - apt search bytenite-cli + apt search bytenite ``` For MacOS Users. @@ -66,12 +66,12 @@ Here are some common operations you can perform with the Bytenite CLI: - Check the installed version: ```bash - bytenite-cli --version + bytenite --version ``` - Initialize a new app: ```bash - bytenite-cli app new [app_name] + bytenite app new [app_name] ```