Add the ability to dump initial recipe properties.

BUG=chromium:628770
TEST=local
  - Ran with this flag enabled, creates the new step and dumps initial
    properties.

Review-Url: https://codereview.chromium.org/2231253002
3 files changed
tree: 699020c29acafc4f25283bbbd370e1e5271aaab8
  1. bootstrap/
  2. doc/
  3. go/
  4. infra/
  5. misc/
  6. recipe_engine/
  7. recipe_modules/
  8. recipes/
  9. unittests/
  10. .gitignore
  11. AUTHORS
  12. codereview.settings
  13. CONTRIBUTORS
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. recipes.py
README.md

Recipes

Recipes are a domain-specific language (embedded in python) for specifying sequences of subprocess calls in a cross-platform and testable way.