Skip to content

instill-ai/cli

Repository files navigation

Instill CLI

Tests GitHub commits since latest release (by SemVer including pre-releases) License

📺 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.

Prerequisites

  • macOS or Linux - inst works on macOS or Linux, but does not support Windows yet.

Installation

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

Usage examples

# 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

📔 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.

Contributing

Please refer to the Contributing Guidelines for more details.

Community support

Please refer to the community repository.

License

See the LICENSE file for licensing information.