Overview
The @sodacore/cli
package is a standalone command line tool for interacting with your Sodacore applications. It allows you to run your defined scripts, execute tasks, and see logging and performance information.
Installation
To install the CLI, you can use the following command:
bun install --global sodacore
This will expose the
sodacore
command globally, allowing you to run it from anywhere.
Usage
To use the CLI, you can simply run the CLI command:
sodacore
The CLI can add/remove connections to your applications, this works by using the given interface options.
Once you have added a connection, you can use the Access command to connect to your instance, and then run your commands.
All plugins may include their own commands, for example, in the Discord plugin, we expose controls for registering and unregistering the slash commands.
Each plugin should note their exposed scripts.