{"id":21302193,"url":"https://github.com/riveryio/rivery_cli","last_synced_at":"2025-07-11T20:31:33.293Z","repository":{"id":40299097,"uuid":"343173576","full_name":"RiveryIO/rivery_cli","owner":"RiveryIO","description":"Rivery CLI","archived":false,"fork":false,"pushed_at":"2025-05-02T21:14:32.000Z","size":641,"stargazers_count":18,"open_issues_count":5,"forks_count":2,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-02T22:23:27.139Z","etag":null,"topics":["data-pipeline","data-pipelines","data-science","database","database-management","dataops","dataops-platform","dwh","dwh-team","elt","etl","rivery"],"latest_commit_sha":null,"homepage":"https://riveryio.github.io/rivery_cli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RiveryIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-28T17:53:30.000Z","updated_at":"2024-12-04T19:52:09.000Z","dependencies_parsed_at":"2024-01-02T14:56:02.111Z","dependency_job_id":null,"html_url":"https://github.com/RiveryIO/rivery_cli","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/RiveryIO/rivery_cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiveryIO%2Frivery_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiveryIO%2Frivery_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiveryIO%2Frivery_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiveryIO%2Frivery_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RiveryIO","download_url":"https://codeload.github.com/RiveryIO/rivery_cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RiveryIO%2Frivery_cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892282,"owners_count":23679264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-pipeline","data-pipelines","data-science","database","database-management","dataops","dataops-platform","dwh","dwh-team","elt","etl","rivery"],"created_at":"2024-11-21T15:55:15.042Z","updated_at":"2025-07-11T20:31:30.194Z","avatar_url":"https://github.com/RiveryIO.png","language":"Python","readme":"# Overview\n\nRivery CLI is an amazing way to manage, deploy, run and edit rivers inside Rivery.\nThe rivers are configured only by `.yaml` files, as a configuration files, makes this CLI as a basic\nof Infrastructure As Code (IaC) methodology.\n\nIn order to start using the tool, go to the [Getting Started](https://riveryio.github.io/rivery_cli/getting-started/) page.\n\n\n# Getting started\n\n## Requirements\n1. You must have Python 3.6 or later installed.\n   For installation instructions, see the [Downloading Python](https://www.python.org/downloads/) page in Python's Beginner Guide.\n\n2. An API Token with the following scopes:\n```\n    * me:list\n    * river:execute\n    * river:edit\n    * river:list\n    * river:delete\n    * connection:edit\n    * connection:list\n    * connection:delete\n```\nIn order to create a new API token, [please refer to our docs](https://rivery.io/docs/api-documentation)\n\n## Install\nInstall Rivery CLI, by using the next command:\n\n```bash\npip install -U rivery-cli\n```\n\n## Initiate a new project\nin order to start new _project_:\n1. create new project directory, for example in linux base OS:\n```bash \n\u003e mkdir /home/my-project\n```\nor in windows:\n```shell\n\u003e mkdir c:\\my-project\n```\n\n2. Go into the `my-project` directory you've created: `cd my-project`\n3. run the next command and choose your project name.\n```bash\n\u003e rivery init\n```\n\n## Create the first profile\nRivery CLI store defaults and credentials under an \"entity\" called `profile`.\n\nEach profile has its name and the configurations under it. Due to every API token refers\nto specific account+environment inside your Rivery console, and every account+environment pair has\nits own credentials, it is likely you'll have a profile per each account+environment coupling.\n\nFor creating your first profile use the next command:\n\n```bash\n\u003e rivery configure\n```\n\nAnd Follow the prompt:\n```bash\n\u003e Please enter your token. (******): ...\n\u003e Choose your Region () [...]: ...\n\u003e Thank you for entering auth credentials. \n\u003e Please check your profile at: ~/.rivery/auth\n```\n\nAnd you're good to go!\n\n\n# Issues and Feature Requests\nRivery CLI and IaC engine is fully open source dir.\nWe're getting in warm welcome any issues/features submitted to our end, and encourage the community to contribute in the solution.\nPlease don't hesitate to add any issues/feature request using the [repo's Issues section.](https://github.com/RiveryIO/rivery_cli/issues)\n\n\n# Getting start With Rivery\nYou can check out our product docs at [https://docs.rivery.io](https://docs.rivery.io) in order to getting started.\n\n\n# Full documentation\nYou may find here the [full documentation](https://riveryio.github.io/rivery_cli).\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friveryio%2Frivery_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friveryio%2Frivery_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friveryio%2Frivery_cli/lists"}