Modify utils package to include parsing APIs

This CL defines logic for running commands and parsing the
output of such commands. It also defines a command interface
that can be implemented to execute shell commands.

Change-Id: I8bfbe6b115bc27399231e049ae32090f024ff508
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/18810
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Dexter Rivera <riverade@google.com>
Reviewed-by: Vaibhav Rustagi <vaibhavrustagi@google.com>
Tested-by: Dexter Rivera <riverade@google.com>
7 files changed
tree: aaa47ba65babb8dfabb7a92f504a42f412ef3100
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.