Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6da2bf7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Feb 29, 2024
1 parent 7b1fd21 commit 8e4406b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
22 changes: 22 additions & 0 deletions cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,28 @@ <h1 id="cli-usage"><a class="header" href="#cli-usage">Cli usage</a></h1>
version Prints zombienet version
help [command] display help for command

Debug:
The debug/verbose output is managed by the DEBUG environment variable, you can enable/disable specific debugging namespaces setting an space or comma-delimited names.
$ e.g $ DEBUG=zombie, zombie::paras zombienet spawn example/0001-example.toml

The available namespaces are:
zombie
zombie::chain
zombie::cmdGenerator
zombie::config
zombie::helper
zombie::js
zombie::kube
zombie::metrics
zombie::native
zombie::network
zombie::paras
zombie::podman
zombie::spawner
zombie::substrateCliArgsVersion
zombie::test

NOTE: wildcard (e.g.'zombie*') are supported, for advance use check https://www.npmjs.com/package/debug#wildcards
</code></pre>

</main>
Expand Down
22 changes: 22 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,28 @@ <h2 id="using-zombienet-gke-cluster-internally"><a class="header" href="#using-z
version Prints zombienet version
help [command] display help for command

Debug:
The debug/verbose output is managed by the DEBUG environment variable, you can enable/disable specific debugging namespaces setting an space or comma-delimited names.
$ e.g $ DEBUG=zombie, zombie::paras zombienet spawn example/0001-example.toml

The available namespaces are:
zombie
zombie::chain
zombie::cmdGenerator
zombie::config
zombie::helper
zombie::js
zombie::kube
zombie::metrics
zombie::native
zombie::network
zombie::paras
zombie::podman
zombie::spawner
zombie::substrateCliArgsVersion
zombie::test

NOTE: wildcard (e.g.'zombie*') are supported, for advance use check https://www.npmjs.com/package/debug#wildcards
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="convert"><a class="header" href="#convert">Convert</a></h1>
<p>The <code>convert</code> command is a CLI command designed to help users convert their a <code>Polkadot Launch</code> configuration to the <code> Zombienet</code> configuration format. This tool is especially helpful for developers to migrate their projects to to Zombienet, without the need to manually rewrite their configurations.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8e4406b

Please sign in to comment.