📺 inst
is a command line tool for Instill Core/Cloud.
☁️ Instill Cloud offers fully managed Instill Core. Please sign up to try out for free.
- macOS or Linux -
inst
works on macOS or Linux, but does not support Windows yet.
inst
is available via Homebrew and as a downloadable binary from the [releases page][].
To install:
$ brew install instill-ai/tap/inst
To uninstall:
$ brew uninstall inst
To upgrade:
$ brew upgrade inst
# Check all available commands
$ inst help
# Deploy a local Instill Core
$ inst local deploy
# Undeploy a local Instill Core
$ inst local undeploy
# Authorisation for an instance (default to Instill Cloud https://api.instill.tech)
$ inst auth login
# REST API request
$ inst api vdp/alpha1/pipelines
📔 Documentation
Please check out the documentation website.
📘 API Reference
The gRPC protocols in protobufs provide the single source of truth for the VDP APIs. The genuine protobuf documentation can be found in our Buf Scheme Registry (BSR).
For the OpenAPI documentation, access http://localhost:3001 after make all
, or simply run make doc
.
Please refer to the Contributing Guidelines for more details.
Please refer to the community repository.
See the LICENSE file for licensing information.