📺 Instill CLI inst
is the official command line for Instill Core and Instill Cloud.
#Prerequisites
Make sure you have the prerequisites set up:
- macOS or Linux -
inst
works on macOS or Linux, but does not support Windows at the moment. - Docker and Docker Compose - Instill Core uses Docker Compose to run all services at local. See the official instructions and the Docker Resource Requirements for Instill Core.
When you use Instill CLI, you should add current user to docker group or use in root.
#Downloading Instill CLI
inst
is available via Homebrew.
Alternatively, inst
supports cross platforms. You can just download the Instill CLI for your operating system from the Assets of the release page:
- MacOS x86_64/amd64
- Linux x86_64/amd64
- Linux arm64/aarch64
- Linux arm-v6
- Windows x86_64/amd64
If you do download from the above links, the steps are slightly different compared to downloading the ILLA CLI from Homebrew. After downloading the CLI, you will have to make it executable. Let’s take Instill CLI on MacOS for example:
The following command will check all available commends:
#Deploying Instill Core
Once the Instill CLI has been installed, you can deploy a local Instill Core instance:
Once all services are up and running,the Console UI is ready to go at http://localhost:3000. Please proceed by following the onboarding guide.
#Undeploy Instill Core
To shutdown and clean up all Instill Core resources, run
Here are some other command usage examples:
#Uninstall Instill CLI
To uninstall Instill CLI: