-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
This seems like a great tool! Will really save time and headache in our project.
However it is tricky to use by other command development libraries and their scripted build pipelines since it does not support standard command piping, i.e. reading the configuration from stdin.
completely preview can output to stdout but it is a bit strange to use a command called "preview" for production use.
What would be great would be to write:
$ my-command-yaml-generator | completely generate | completely install my-commandE.g. using just completely's example:
$ completely init | completely generate | completely install mygitAlso, it is not possible to specify completely generate OUTPUT_PATH without the CONFIG_PATH option, which would be needed if the input is from stdin:
$ my-command-yaml-generator | completely generate myfile.bashMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request