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

@releai/cli

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@releai/cli

RELE.AI CLI Tool

  • 0.1.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Weekly downloads
 
Created
Source

RELE.AI CLI

Version Downloads/week License

RELE.AI CLI Tool provides an easy interface to create and manage integrations with the RELE.AI system.

Through the CLI tool you can create different workflow for your organization, and create an interface between your application and RELE.AI.

Visit RELE.AI documantation for more information!

Authentication

Login to CLI Tool

rb auth:login

Logout from CLI Tool

rb auth:logout

For additional info run rb auth --help

Manage the authorization session to RELE.AI

USAGE
  $ rb auth:COMMAND

DESCRIPTION
  ...
  Manage the credentials to access RELE.AI workflows and apps.


COMMANDS
  auth:login   Manage the authorization session to RELE.AI
  auth:logout  Manage the authorization session to RELE.AI

Create Hello-World Application

rb create hello-world -t rele-ai/hello-world-integration-template#main

You can edit the configuration files under $RB_PROJECT_PATH/configs/*.yaml.

For additional info run rb create --help

Create a RELE.AI integration project from a template

USAGE
  $ rb create PATH

ARGUMENTS
  PATH  Project location path

OPTIONS
  -c, --clone              Use git clone
  -t, --template=template  (required) Path to a git repository with the template

DESCRIPTION
  ...
  Please read more in our documentation website at docs.rele.ai

Deployment

After editing configuration files, you can run the deploy command, at the organization level or the user level.

Deploy for specific users given emails argument seperated by comma:

rb deploy:user -e [USER_EMAILS]

Deploy for organization:

rb deploy:org

For additional info run rb deploy --help

Deploy your integration and configurations to an org level.

USAGE
  $ rb deploy:COMMAND

DESCRIPTION
  ...
  Please read more about the deployment process here: https://docs.rele.ai/guide/cli-development.html#rb-deploy-org


COMMANDS
  deploy:org   Deploy your integration and configurations to an org level.
  deploy:user  Deploy your integration and configurations to an user level.

Help

For additional info about RELE.AI CLI Tool run rb --help

RELE.AI CLI Tool

VERSION
  @releai/cli/0.1.0 darwin-x64 node-v14.5.0

USAGE
  $ rb [COMMAND]

TOPICS
  app          Delete an application from RELE.AI by the application key.
  app-action   Delete an application from RELE.AI by the application key.
  auth         Manage the authorization session to RELE.AI
  deploy       Deploy your integration and configurations to an org level.
  operation    Delete an operation from RELE.AI by the operation key.
  translation  Delete a translation from RELE.AI by the translation key.
  workflow     Activates a given workflow on user or organization level.

COMMANDS
  apply     Apply a set of configurations to RELE.AI App
  create    Create a RELE.AI integration project from a template
  delete    Delete a set of configurations from RELE.AI App
  help      display help for rb
  versions  List all user/org related versions.

Keywords

FAQs

Package last updated on 05 Aug 2021

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