https://github.com/massdriver-cloud/mass
Massdriver CLI
https://github.com/massdriver-cloud/mass
Last synced: 3 months ago
JSON representation
Massdriver CLI
- Host: GitHub
- URL: https://github.com/massdriver-cloud/mass
- Owner: massdriver-cloud
- License: apache-2.0
- Created: 2022-11-23T18:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T20:27:46.000Z (3 months ago)
- Last Synced: 2026-03-26T20:09:23.336Z (3 months ago)
- Language: Go
- Homepage: https://massdriver.cloud
- Size: 1.45 MB
- Stars: 111
- Watchers: 7
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Mass CLI
[](https://github.com/massdriver-cloud/mass/blob/main/LICENSE)
[](https://github.com/massdriver-cloud/mass/issues)
[](https://GitHub.com/massdriver-cloud/mass/releases/)
[](https://goreportcard.com/report/github.com/massdriver-cloud/mass)
[](https://pkg.go.dev/github.commassdriver-cloud/mass)
The Mass CLI is a command line tool to manage applications and infrastructure on [Massdriver Cloud](https://massdriver.cloud).
Official [GitHub actions](https://github.com/massdriver-cloud/actions) are also available.
## Installation
### Pre-built Binaries
Pre-built binaries for the Mass CLI are available in the [Releases](https://github.com/massdriver-cloud/mass/releases) section of this repository.
### Homebrew
```sh
brew install massdriver
```
### Go
```sh
go install github.com/massdriver-cloud/mass
```
## Usage
The `mass` command line tool provides a number of subcommands to interact with Massdriver Cloud. For detailed usage and examples, please see the [official documentation](https://docs.massdriver.cloud/cli/overview).
## Contributing
If you'd like to contribute to the Mass CLI, please refer to the [Contribution Guidelines](https://github.com/massdriver-cloud/mass/blob/main/CONTRIBUTING.md).
## License
The Mass CLI is open source software licensed under the [MIT license](https://github.com/massdriver-cloud/mass/blob/main/LICENSE).