Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formula command and remove cfg command #97

Merged
merged 1 commit into from
Apr 24, 2017
Merged

Conversation

TripleDogDare
Copy link
Member

Added commands:

  • formula parse
    Replaces the cfg parse command.
    Loads the file into a formula instead of just being yaml->json
    This has side effects such as stripping extra fields
    which could impact anything relying on it.
  • formula hash
    Prints the setup hash of the formula.
    The exact behavior of this may change as we don't have setup/result
    hashes well defined yet.

Signed-off-by: Calvin Behling calvin.behling@gmail.com

Added commands:
 - formula parse
    Replaces the cfg parse command.
    Loads the file into a formula instead of just being yaml->json
    This has side effects such as stripping extra fields
     which could impact anything relying on it.
 - formula hash
    Prints the setup hash of the formula.
    The exact behavior of this may change as we don't have setup/result
     hashes well defined yet.

Signed-off-by: Calvin Behling <calvin.behling@gmail.com>
Copy link
Member

@warpfork warpfork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants