Page for the command line interface tool to interact with the build system.

Proposal - We can use Github CLI since it has commands we need like manually triggering the workflow. Also we can create custom commands.
GitHub CLI documentation - GitHub Docs

Proposed list of additional CLI commands/operations:

Current:

  1. work on cli - plan of making our own, but can use gh cli as one of tools
    1. Make our own cli - can use python (for ease of development, and speed is not important since its ran from a dev's machine as just another process)
    2. Use GNU Coding Standards section 4.8 'standards for command line interfaces'