No project description provided
Project description
Overview
Rivery CLI is an amazing way to manage, deploy, run and edit rivers inside Rivery.
The rivers are configured only by .yaml
files, as a configuration files, makes this CLI as a basic
of Infrastructure As Code (IaC) methodology.
In order to start using the tool, go to the Getting Started page.
Getting started
Requirements
-
You must have Python 3.6 or later installed. For installation instructions, see the Downloading Python page in Python's Beginner Guide.
-
An API Token with the following scopes:
* me:list
* river:execute
* river:edit
* river:list
* river:delete
* connection:edit
* connection:list
* connection:delete
In order to create a new API token, please refer to our docs
Install
Install Rivery CLI, by using the next command:
pip install -U rivery-cli
Initiate a new project
in order to start new project:
- create new project directory, for example in linux base OS:
> mkdir /home/my-project
or in windows:
> mkdir c:\my-project
- Go into the
my-project
directory you've created:cd my-project
- run the next command and choose your project name.
> rivery init
Create the first profile
Rivery CLI store defaults and credentials under an "entity" called profile
.
Each profile has its name and the configurations under it. Due to every API token refers to specific account+environment inside your Rivery console, and every account+environment pair has its own credentials, it is likely you'll have a profile per each account+environment coupling.
For creating your first profile use the next command:
> rivery configure
And Follow the prompt:
> Please enter your token. (******): ...
> Choose your Region () [...]: ...
> Thank you for entering auth credentials.
> Please check your profile at: ~/.rivery/auth
And you're good to go!
Issues and Feature Requests
Rivery CLI and IaC engine is fully open source dir. We're getting in warm welcome any issues/features submitted to our end, and encourage the community to contribute in the solution. Please don't hesitate to add any issues/feature request using the repo's Issues section.
Getting start With Rivery
You can check out our product docs at https://docs.rivery.io in order to getting started.
Full documentation
You may find here the full documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rivery-cli-0.4.0.tar.gz
.
File metadata
- Download URL: rivery-cli-0.4.0.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fdc678d3378e8ccbd2920dd45b14fd9ef951029407676f87837a56e38c3a33d |
|
MD5 | 541c284f156335741ce2612fcff400fc |
|
BLAKE2b-256 | 9b2014e1ee354739678de90855def57639a4527a9586bebaaf98797edef8982e |
File details
Details for the file rivery_cli-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: rivery_cli-0.4.0-py3-none-any.whl
- Upload date:
- Size: 36.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fc1d154111ede1705977a9506ad6031e73a9984d66a140f4997b24c0ea34a83 |
|
MD5 | c36ee56d95de51d250f955eefb99f638 |
|
BLAKE2b-256 | 1a0bcd6abd7379746c96c80ef260307ddaa6dc12821914b017f41f4607f1eb82 |