Closed DaRosenberg closed 1 year ago
@harttle Any idea when you might get a chance to either merge this one, or let me know if further changes are required?
Reason I ask is, we need this functionality, and if it will take several weeks to get it into a release, then I think we may need to think about publishing our own wrapper package for this instead.
:tada: This PR is included in version 10.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR adds the following improvements to the CLI experience:
LiquidOptions
properties--template
option (inline or as path)--context
option (inline or as path) or piped throughstdin
--output
option (default is to write tostdout
like before)stdin
to retain compat; should be removed for 11.0--help
argument to print usage informationThe
--template
option is necessary to distinguish legacy mode, but can be removed in favor of a nameless argument for version 11.0, so the syntax would become for example:Fixes #583 Fixes #584 Fixes #585