The proposed cli is:
- toolforge build start -> start a new build - toolforge build list -> list your current builds (current user/project) - toolforge build logs <build-id> -> get the logs of the build with the given build id - toolforge build cancel <build-id> -> cancel the given build - toolforge build delete <build-id> -> delete the given build - toolforge build show <build-id> -> show a detailed and formatted description of the given build, including params, tasks, steps, etc.
All having a --verbose option for debugging.