npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@releai/cli

v0.1.25

Published

RELE.AI CLI Tool

Readme

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.