Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.36 KB

File metadata and controls

37 lines (26 loc) · 1.36 KB

Contributing

Your contributions are welcome!

Guidelines

  • Search previous suggestions before making a new one to avoid duplicates.
  • Make an individual pull request for each suggestion.
  • Use the following format: - [Name](link) - Description.
  • Descriptions should start with an uppercase letter and end with a period.
  • New categories or improvements to existing ones are welcome.
  • Keep descriptions short and sweet.
  • Check your spelling and grammar.
  • Make sure your text editor is set to remove trailing whitespace.

What Qualifies

This list is for SaaS product CLIs — command-line interfaces that let you interact with a SaaS product or cloud service from the terminal. The CLI should be:

  • Official (built by the product team) or a well-maintained community alternative.
  • Actively maintained (commits within the last 12 months).
  • Publicly available (open source or free to download).

Bonus Points

  • Supports --json or structured output (agent-friendly).
  • Non-interactive mode available (scriptable).
  • Has comprehensive --help documentation.

What Does Not Qualify

  • General developer utilities (jq, ripgrep, fzf).
  • AI coding agents (Claude Code, Cursor, Codex).
  • Desktop application CLIs (use CLI-Anything for those).
  • Abandoned projects with no activity for 12+ months.

Thank you for your suggestions!