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.
curl -fsSL https://install.major.build | bashbrew tap major-technology/tap
brew install major-technology/tap/majorUpdate to the latest version automatically, regardless of install method:
major update1. Authenticate Log in to your Major account. This stores your credentials securely in your system keychain.
major user login2. Create a new App Scaffolds a new Major application in your current directory. You'll be prompted to choose a template.
major app create3. Start Development
Installs dependencies (pnpm install) and starts the local development server (pnpm dev).
major app startFor detailed usage instructions, configuration options, and full command references, please visit the Major Documentation.