@booper/cli
v0.0.14
Published
Examples:
Downloads
72
Readme
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"