shoutout-cli
v1.0.0
Published
CLI tool to track shoutouts for team members
Downloads
2
Readme
SHOUTOUT-CLI
A CLI tool to manage shoutouts.
Installation
You can install shoutout-cli globally using any of the following package managers:
npm
npm install -g shoutout-cli
pnpm add -g shoutout-cli
yarn add -g shoutout-cliUsage
shoutout [options]Options
| Option | Description |
| ----------------------------- | ------------------------------- |
| -n, --name <name...> | Name for the shoutout |
| -s, --shout <shoutout...> | The shoutout message |
| -l, --list | List all shoutouts |
| -r, --reset | Reset all shoutouts |
| -h, --help | Display help for command |
Examples
Add a Shoutout
You can add a shoutout either interactively or directly via command-line options:
shoutout -n "Alice" -s "Great job!"List Shoutouts
To list all saved shoutouts:
shoutout -lReset Shoutouts
To reset and delete all saved shoutouts (you'll be asked for confirmation):
shoutout -r