Skip to content

Vonage/cloud-runtime-cli

Repository files navigation

Vonage cloud runtime - CLI

Actions

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. It is still under active development. Issues, pull requests and other input is very welcome.

Installation

Find current and past releases on the releases page.

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 of the project

Usage

Usage examples are in the docs/ folder - vcr

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:

License

This library is released under the Apache 2.0 License