A CLI tool for [SERVICE_NAME] built with Go.
brew tap builtbyrobben/tap
brew install placeholder-cliDownload the latest release from GitHub Releases.
git clone https://github.com/builtbyrobben/placeholder-cli.git
cd placeholder-cli
make build# Interactive (secure, recommended)
placeholder-cli auth set-key --stdin
# From environment variable
echo $API_KEY | placeholder-cli auth set-key --stdin
# From argument (discouraged - exposes in shell history)
placeholder-cli auth set-key YOUR_API_KEYplaceholder-cli auth statusplaceholder-cli auth removePLACEHOLDER_CLI_API_KEY- Override stored credentialsPLACEHOLDER_CLI_KEYRING_BACKEND- Force keyring backend (auto/keychain/file)PLACEHOLDER_CLI_KEYRING_PASS- Password for file backend (headless systems)
placeholder-cli --help- Go 1.22+
- Make
make build # Build binary
make test # Run tests
make lint # Run linter
make ci # Run full CI suite
make tools # Install dev toolsMIT
Contributions are welcome! Please read our contributing guidelines before submitting PRs.