Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rapyuta-io-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapyuta-io-cli

rapyuta.io Command Line Interface

  • 9.5.0
  • PyPI
  • Socket score

Maintainers
1

rapyuta.io CLI

The rapyuta.io CLI exposes features of the rapyuta.io cloud platform on the command-line.

The application is written in Python 3, and it is distributed through PyPI for Python 3 environments.

For Reference on directory structure please refer Please have a look at the corresponding article: http://gehrcke.de/2014/02/distributing-a-python-command-line-application/

Installation

You can install the latest AppImage using the following command.

curl -fSsL https://cli.rapyuta.io/install.sh | bash

Note: The AppImage is a self-contained executable that can be run on any Linux distribution. However, it is not supported for non-Linux systems.

Installing via pip

pip install rapyuta-io-cli

On Unix-like systems it places the rio executable in the user's PATH. On Windows it places the rio.exe in the centralized Scripts directory which should be in the user's PATH.

Installing from source

To install the CLI from source, you can use the setup.py script directly. Clone the repository and from the root of the directory, run the following command.

git clone git@github.com:rapyuta-robotics/rapyuta-io-cli.git
cd rapyuta-io-cli
python setup.py install

Getting Started

To begin using the CLI, it must be authenticated with rapyuta.io.

rio auth login

The email and password can either be given through flags (for scripting purposes) or interactively through the prompt.

Note: Entering the password as a flag is not recommended because it leaves the traces.

Once set up, run rio --help to see the available commands.

References

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc