hivelang
v4.0.3
Published
The official CLI for building, testing, and deploying Hivelang bots to the Bothive Hivestore.
Maintainers
Readme
Hivelang CLI
The official CLI for building, testing, and deploying Hivelang bots to the Bothive Hivestore.
Installation
npm install -g hivelangQuick Start
# 1. Login with your API key
hive login
# 2. Create a new bot
hive init "My Awesome Bot"
# 3. Run locally
hive dev my-awesome-bot.hive
# 4. Deploy to the Hivestore
hive deploy my-awesome-bot.hiveCommands
| Command | Description |
|---------|-------------|
| hive login | Authenticate with your Bothive account |
| hive logout | Clear stored credentials |
| hive whoami | Show current authentication status |
| hive init <name> | Create a new Hivelang bot project |
| hive dev <file> | Run bot in local development mode |
| hive deploy <file> | Deploy your bot to the Hivestore |
| hive list | List your deployed bots |
Get Your API Key
- Go to https://bothive.cloud/dashboard/settings/api
- Sign in or create an account
- Click "Generate New Key"
- Copy the key (starts with
bh_live_orbh_test_)
Documentation
Full documentation: https://docs.bothive.cloud/hivelang
License
MIT © Bothive Inc.
