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

@releai/cli

Package Overview
Dependencies
Maintainers
2
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.0
  • Source
  • npm
  • Socket score

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

@releai/cli

RELE.AI CLI Tool

Version Downloads/week License

// create a new project from source template & format
[x] rb create [PROJECT_NAME] [--template,-t {github link}]

// generate refresh token and stores in ~/.rb/token
[x] rb auth:login
[x] rb auth:logout

// list of all activate versions
[] rb versions

// tail logs from all services
[] rb logs [--tail,-t]

// push dev version only for user
// NOTE: `rb push` calls an internal deployment script for
// the user's integrations
[] rb push [VERSION=latest] [--reset]

// do `rb push` and `rb workflow activate`
// NOTE: set git tag
[] rb deploy [VERSION]

// manage workflows
[] rb workflow list
[] rb workflow get [WORKFLOW_ID] [--output,-o {path}, --format,-f {format}]
[] rb workflow delete [WORKFLOW_ID]
[] rb workflow activate [WORKFLOW_ID]
[] rb workflow deactivate [WORKFLOW_ID]

// manage apps
[] rb app list
[] rb app get [APP_ID] [--output,-o {path}, --format,-f {format}]
[] rb app delete [APP_ID]

// manage translations
[] rb translation list [--output,-o {path}, --format,-f {format}]
[] rb translation get [TRANSLATION_ID] [--output,-o {path}, --format,-f {format}]
[] rb translation delete [TRANSLATION_ID]
[] rb translation import [--file,-f {path}]

// manage yamls
[] rb apply --file,-f {path}
[] rb delete --file,-f {path}
[] rb validate --file,-f {path}

Keywords

FAQs

Package last updated on 10 Mar 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