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

https://github.com/vonage/cloud-runtime-cli

Vonage cloud runtime - CLI
https://github.com/vonage/cloud-runtime-cli

Last synced: about 2 months ago
JSON representation

Vonage cloud runtime - CLI

Awesome Lists containing this project

README

        

# Vonage cloud runtime - CLI

![Actions](https://github.com/Vonage/vonage-cloud-runtime-cli/workflows/Release%20CLI/badge.svg)

Nexmo is now known as Vonage

Vonage cloud runtime - CLI (VCR) is a powerful command-line interface designed to streamline
and simplify the development and management of applications on
the [Vonage Cloud Runtime platform](https://developer.vonage.com/en/cloud-runtime). It is still under active development. Issues, pull requests and other input is very welcome.

* [Installation](#installation)
* [Project Structure](#project-structure)
* [Usage](#usage)
* [Contributions](#contributions)
* [Getting Help](#getting-help)

## Installation

Find current and past releases on the [releases page](https://github.com/Vonage/vonage-cloud-runtime-cli/releases).

### macOS

```
curl -s -L https://raw.githubusercontent.com/Vonage/cloud-runtime-cli/main/script/install.sh | sh
```

### Linux
```
curl -s -L https://raw.githubusercontent.com/Vonage/cloud-runtime-cli/main/script/install.sh | sh
```

### Windows
```
pwsh -Command "iwr https://raw.githubusercontent.com/Vonage/cloud-runtime-cli/main/script/install.ps1 -useb | iex"
```

## Project Structure

[Structure](PLAN.md) of the project

## Usage

Usage examples are in the `docs/` folder - [vcr](docs/vcr.md)

## Contributions

Yes please! This command-line interface is open source, community-driven, and benefits greatly from the input of its users.

Please make all your changes on a branch, and open a pull request, these are welcome and will be reviewed with delight! If it's a big change, it is recommended to open an issue for discussion before you start.

All changes require tests to go with them.

## Getting Help

We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:

* Open an [issue on this repository](https://github.com/Vonage/vonage-cloud-runtime-cli/issues)
* Tweet at us! We're [@VonageDev on Twitter](https://twitter.com/VonageDev)
* Or [join the Vonage Community Slack](https://developer.nexmo.com/community/slack)

## License

This library is released under the [Apache 2.0 License][license]

[license]: LICENSE