An open API service indexing awesome lists of open source software.

https://github.com/massdriver-cloud/mass

Massdriver CLI
https://github.com/massdriver-cloud/mass

Last synced: 3 months ago
JSON representation

Massdriver CLI

Awesome Lists containing this project

README

          

# Mass CLI

[![GitHub license](https://img.shields.io/github/license/massdriver-cloud/mass)](https://github.com/massdriver-cloud/mass/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/massdriver-cloud/mass)](https://github.com/massdriver-cloud/mass/issues)
[![GitHub release](https://img.shields.io/github/release/massdriver-cloud/mass.svg)](https://GitHub.com/massdriver-cloud/mass/releases/)
[![Go Report Card](https://goreportcard.com/badge/github.com/massdriver-cloud/mass)](https://goreportcard.com/report/github.com/massdriver-cloud/mass)
[![Go Reference](https://pkg.go.dev/badge/github.com/massdriver-cloud/mass.svg)](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).