Skip to the content.

Browse: README · Home · Getting Started · API · Auth · Webhooks · FAQ · Concepts · GraphQL · Rate Limits · Python SDK · JS SDK · React Quickstart · Migrate · Deployment · CLI · Glossary


CLI Reference

The Quillship CLI lets you manage content, schemas, and deployments from your terminal.

Installation

The CLI is part of the main package, so if you’ve installed @quillship/client you have it.

Commands

init

Initializes a new Quillship project in the current directory.

login

Authenticates you against your Quillship account.

logout

Logs you out.

config

Manages local configuration.

content

Manages content. Has several subcommands.

schema

Manages your content schema. Has several subcommands.

export

Exports content from a workspace.

import

Imports content into a workspace.

deploy

Deploys schema changes from your local environment to a remote one.

env

Manages environments.

whoami

Shows the currently authenticated user.

Global flags

There are a few flags that work with any command, including verbose output, dry run, and pointing at a different environment.

Configuration

The CLI reads from a config file in your home directory. You can also set things via environment variables.

Troubleshooting

If a command isn’t working, try running it with verbose output to see what’s happening. If you’re getting auth errors, try logging out and back in.