Welcome to ByteNite's Dev CLI, the SDK for building apps on ByteNite.
A guide to installing and using the Bytenite Command Line Interface (CLI).
The Bytenite CLI can be installed on Debian-based Linux distributions (Ubuntu, Debian, etc.) using the following commands:
Add the Bytenite repository
echo "deb [trusted=yes] https://storage.googleapis.com/bytenite-prod-apt-repo/debs ./" | sudo tee /etc/apt/sources.list.d/bytenite.list
Update package lists
sudo apt update
Install the Bytenite CLI
sudo apt install bytenite
Troubleshooting
If you encounter any issues during installation:
-
Make sure your system is up-to-date:
sudo apt update && sudo apt upgrade
-
Verify the repository was correctly added:
cat /etc/apt/sources.list.d/bytenite.list
-
Check if the package is available:
apt search bytenite
For MacOS Users.
Add the Bytenite Tap
brew tap ByteNite2/bytenite-dev-cli https://github.com/ByteNite2/bytenite-dev-cli.git
Install the CLI
brew install bytenite
Here are some common operations you can perform with the Bytenite CLI:
-
Check the installed version:
bytenite --version
-
Initialize a new app:
bytenite app new [app_name]
For more information, please visit the documentation https://docs.bytenite.com/sdk/bytenite-dev-cli.