wrap-cli
wrap-cli copied to clipboard
CLI "inspect" command
The inspect CLI command is a proposed command that can be used to fetch build artifacts, given a URI.
Proposed UX:
polywrap inspect <URI> [options]
Fetch a wrapper's build artifacts
Options:
-o, --output-dir <path> Output directory for the build artifacts (default: ./wrap)
-c, --client-config <config-path> Add custom configuration to the PolywrapClient
-p, --pretty write output in pretty-printed format
-h, --help Display help for command
Example:
polywrap inspect wrap://ens/goerli/v3.uniswap.wrappers.eth --pretty
@krisbitney can you create a more detailed devexp description in this issue?
@krisbitney can you create a more detailed devexp description in this issue?
I edited the issue to describe a UX. The inspect command wasn't my idea and I don't remember whose it was, so it's possible that person had something else in mind.