-
Notifications
You must be signed in to change notification settings - Fork 681
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
Adding a Habitat profile artifact creator #1505
Conversation
b02ac68
to
1348533
Compare
After talking to @chris-rock, I'm going to move this out to an |
1348533
to
702acff
Compare
@chris-rock ready for another review whenever you have a moment :) |
702acff
to
9fb0e8d
Compare
Two new commands have been created: * inspec habitat profile create /path/to/profile * inspec habitat profile upload /path/to/profile The `create` command creates a Habitat artifact that contains the contents of the Habitat profile found at the provided path. This will be used later in some Habitat + InSpec integrations. The `upload` command does the same create process but then uploads the resulting artifact to the Habitat Depot. Signed-off-by: Adam Leff <[email protected]>
9fb0e8d
to
0342cca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, works like a charm. Lets add the usage documentation in another iteration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huge awesome work, love it!! Thank you so much for turning this around so quickly Adam 😁
Adding a Habitat profile artifact creator
Two new commands have been created:
The
create
command creates a Habitat artifact that contains the contentsof the Habitat profile found at the provided path. This will be used later
in some Habitat + InSpec integrations.
The
upload
command does the same create process but then uploads theresulting artifact to the Habitat Depot.
Signed-off-by: Adam Leff [email protected]