KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
cli
★ 50
Open GitHub ↗
CLI tool for creating and managing major apps
Download README (.md)
Explore Similar Repositories
unraid-management-agent
:
Go-based Unraid plugin monitor and control your Unraid system via REST API, WebSocket, MCP, Prometheus, and MQTT. Supports Docker/VM control, real-time metrics, Home Assistant integration, and AI agent tooling.
YinGuard
:
隐卫一款基于 Bash 开发的 Linux 应急响应自动化脚本
Overlook
:
Overlook is a MacOS-native remote console for GL.iNet GLKVM / Comet-style KVM devices.
datahaven-end-to-end-storage-workflow
:
No description available.
gitmirrors
:
Git Repository Mirroring dashboard written on Rust 🦀 and Nuxt
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cli
?
Download (.md)
# Major CLI The official command-line interface for [Major](https://major.build) — 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](https://docs.major.build/)**. ## Installation ### Direct Install ```bash curl -fsSL https://install.major.build | bash ``` ### Homebrew ```bash brew tap major-technology/tap brew install major-technology/tap/major ``` ### Updating Update to the latest version automatically, regardless of install method: ```bash major update ``` ## Quick Start **1. Authenticate** Log in to your Major account. This stores your credentials securely in your system keychain. ```bash 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. ```bash major app create ``` **3. Start Development** Installs dependencies (`pnpm install`) and starts the local development server (`pnpm dev`). ```bash major app start ``` ## Documentation For detailed usage instructions, configuration options, and full command references, please visit the [Major Documentation](https://docs.major.build/). ## License [MIT](LICENSE)