Skip to content

major-technology/cli

Repository files navigation

Major CLI

The official command-line interface for Major — the platform for deploying and managing secure internal tools.

Major empowers engineering teams to:

  • Deploy instantly: Ship code to hosted infrastructure with a single command.
  • Secure access: Manage RBAC and permissions for all your internal apps.
  • Connect resources: Securely route traffic to internal databases and APIs.

For comprehensive guides, command references, and API documentation, visit our Official Documentation.

Installation

Direct Install

curl -fsSL https://install.major.build | bash

Homebrew

brew tap major-technology/tap
brew install major-technology/tap/major

Updating

Update to the latest version automatically, regardless of install method:

major update

Quick Start

1. Authenticate Log in to your Major account. This stores your credentials securely in your system keychain.

major user login

2. Create a new App Scaffolds a new Major application in your current directory. You'll be prompted to choose a template.

major app create

3. Start Development Installs dependencies (pnpm install) and starts the local development server (pnpm dev).

major app start

Documentation

For detailed usage instructions, configuration options, and full command references, please visit the Major Documentation.

License

MIT

About

CLI tool for creating and managing major apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published