@booper/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

Examples:

npx @booper/cli create POST https://scheduler.booper.dev/api/channels/discord \
 --data "author=Alex" \
 --data "content=hello" \
 --schedule "in 30 seconds"

npx @booper/cli create GET https://scheduler.booper.dev/api/ping \
 --schedule "in 30 seconds"

scheduler run GET https://scheduler.booper.dev/api/ping \
 --in "30 seconds"

npx @booper/cli create \
 GET https://scheduler.booper.dev/api/ping \
 --data hello=world \
 --data foo=bar \
 --schedule "in 30 seconds"

npx @booper/cli create \
  POST https://scheduler.booper.dev/api/channels/toast \
  --data "author=Demo user" \
  --data "content=Hello world" \
  --schedule "in 10 seconds"

Readme

Keywords

none

Package Sidebar

Install

npm i @booper/cli

Weekly Downloads

3

Version

0.0.14

License

MIT

Unpacked Size

119 kB

Total Files

69

Last publish

Collaborators

  • reichertjalex