zipnative-cli command builder
Pick a command, fill the form, copy the resulting shell line. Covers all fifteen
commands of zipnative-cli 1.0.0 with every flag — creating and modifying
(create, modify), reading and extracting (list,
inspect with its CI assertions, cat, extract,
stream), integrity and codecs (verify, crc32,
inflate), and automation (batch, doctor,
schema, completion, govern) — plus the global options.
Combinations the CLI refuses with exit 2 are flagged as you type, in the CLI's own words
where it has them (a few refusals need the filesystem — a missing file, a name collision —
and only the real run can report those); the
CLI guide is the prose reference. The builder runs entirely in
your browser and reads its flag table from
cli-surface.json, the snapshot of the
published CLI's own capability manifest — the documentation CI fails if the two drift.
Global options (every command)
Generated command
npx zipnative-cli create
Paste it in any POSIX shell (values are single-quoted where needed). Nothing is uploaded — the builder is client-side only.
What this playground does not do
It does not execute the CLI in your browser — the CLI is a Node process
with a filesystem, exit codes and a stderr envelope, and we will not pretend to be one.
To see the engine run in the browser, use the MCP explorer (the
same operations as tool calls) or the library playgrounds. To run a built command:
npx zipnative-cli <your command>. The flag table is exhaustive; the
hints paraphrase zipnative <command> --help, which remains the authority.
Resources
- CLI guide — every command and flag, the agent contract, exit codes, environment
- cli-surface.json — the command and flag snapshot this page is checked against
- zipnative-cli on GitHub · on npm
- MCP guide · MCP explorer