New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-speedybot

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-speedybot

Speedybot cli

latest
Source
npmnpm
Version
2.0.9
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

Speedybot CLI

  • Can run as npm init speedybot@latest or npx -y speedybot

  • Add --help flag to end of commands (ex. npx -y speedybot setup --help)

Setup

Download, scaffold, setup, and even boot SpeedyBot projects locally

npm init speedybot@latest setup -- --help
npx -y speedybot@latest setup --help
npx -y speedybot@latest setup
npx -y speedybot@^2.0.0 setup --project default --boot --install
npx -y speedybot@^2.0.0 setup --project voiceflow-kb -e BOT_TOKEN -e VOICEFLOW_API_KEY --install --boot

Token

Inspect a WebEx token, see if its valid and see if any associated agents

npm init speedybot@latest token -- --help
npx -y speedybot@latest token --help

Webhook

npm init speedybot@latest webhook -- --help
npx -y speedybot@latest webhook --help
npx -y speedybot@latest webhook list
npx -y speedybot@latest webhook create -w https://www.myinfra.com -t tokenvalue -s secretvalue

npx -y speedybot@latest webhook remove

Add commands

npx oclif generate command mycmd
npm run build
./bin/run.js mycmd

Keywords

oclif

FAQs

Package last updated on 10 Jul 2024

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