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
- Host: GitHub
- URL: https://github.com/vonage/cloud-runtime-cli
- Owner: Vonage
- License: apache-2.0
- Created: 2024-01-23T09:41:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T10:18:50.000Z (3 months ago)
- Last Synced: 2025-04-11T11:52:43.773Z (3 months ago)
- Language: Go
- Size: 30.9 MB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vonage cloud runtime - CLI

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