ThinknCollab CLI: Supercharge Your Workflow

The powerful command-line tool to manage your ThinknCollab projects, automate tasks, and integrate with your favorite dev tools.

View Documentation
$ npm install -g @thinkncollab/cli

Powerful Features

Everything you need to streamline your development workflow

Quick Setup

Initialize and configure new ThinknCollab projects in seconds with simple commands and interactive prompts.

Local Development

Seamlessly sync your local environment with your cloud workspace for a consistent development experience.

Automation

Automate repetitive tasks like deployment, testing, and data seeding with custom scripts and workflows.

Secure Authentication

Log in securely to your account directly from the terminal using OAuth 2.0 and token-based authentication.

Dependency Management

Easily install and manage project-specific extensions, plugins, and dependencies with simple commands.

Tool Integration

Integrate with your favorite dev tools like Git, CI/CD pipelines, and cloud platforms effortlessly.

Getting Started

Up and running in less than 2 minutes

Quick Install Guide

# Install the CLI globally
$ npm install -g @thinkncollab/cli

# Authenticate with your ThinknCollab account
$ thinkncollab login

# Create a new project
$ thinkncollab init my-new-project

# Navigate and start working
$ cd my-new-project
$ thinkncollab serve

Command Reference

Essential commands to get you started

thinkncollab login

Authenticates your machine with your ThinknCollab account.

$ thinkncollab login

thinkncollab init [project-name]

Creates a new project from a template in the specified directory.

$ thinkncollab init my-awesome-app

thinkncollab serve

Starts a local development server with hot reloading.

$ thinkncollab serve

thinkncollab deploy [environment]

Deploys your code to the specified environment (staging or production).

$ thinkncollab deploy production

thinkncollab config get/set

Manages project configuration variables.

$ thinkncollab config set API_KEY=abc123

thinkncollab --version

Shows the currently installed CLI version.

$ thinkncollab --version

thinkncollab --help

Displays help for any command.

$ thinkncollab init --help

System Requirements

What you need to get started

Node.js

Version 16 or higher

npm, yarn or pnpm

Any supported package manager

ThinknCollab Account

Free or paid plan

Further Resources

Everything you need to succeed with ThinknCollab CLI

Full Documentation

Comprehensive guides and API references

Read Docs →

GitHub Repository

Source code and issue tracking

View on GitHub →

Community & Support

Get help from our community

Join Discord →

Main Website

Learn more about ThinknCollab

Visit Site →