wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

CLI "inspect" command

Open krisbitney opened this issue 3 years ago • 2 comments

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 avatar Apr 27 '22 18:04 krisbitney

@krisbitney can you create a more detailed devexp description in this issue?

dOrgJelli avatar Aug 09 '22 19:08 dOrgJelli

@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.

krisbitney avatar Aug 11 '22 15:08 krisbitney