@codecapsules/cli
v0.1.3
Published
The official Command Line Interface for Code Capsules.
Readme
Code Capsules CLI
The official Command Line Interface for Code Capsules. You can view the documentation here.
Table of Contents
Overview
Code Capsules provides developers the tools to effortlessly deploy, scale, and manage their app. Helping you ship faster.
Getting started
To use the CLI, you must first have an account on the Code Capsules platform.
Installation
Install globally via npm:
npm install -g @codecapsules/cliUsage
The CLI follows a standard common pattern:
codecaps <command> <arguments> [options]Quick Start
- Log into the CLI with your Code Capsules account
codecaps login -e <your-email>You will then be prompted for your password
- Run a command
codecaps proxy capsule -s <space-slug> -c <capsule-id>Documentation
You can view the full documentation for the CLI in the Code Capsules CLI documentation.
