-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync docs between book and code (#269)
* Update check command doc * Update docs * Docs
- Loading branch information
1 parent
a337f0e
commit 44618d9
Showing
15 changed files
with
964 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,42 @@ | ||
# Command Line Tool | ||
The `subalfred` command-line tool is used to create and build books. | ||
After you have [installed](../installation.md) `subalfred`, you can run the `subalfred help` command in your terminal to view the available commands. | ||
|
||
This following sections provide in-depth information on the different commands available. | ||
|
||
* [`subalfred check`](check.md) | ||
* [`subalfred convert`](convert.md) | ||
* [`subalfred get`](get.md) | ||
* [`subalfred hash`](hash.md) | ||
* [`subalfred key`](key.md) | ||
* [`subalfred state`](state.md) | ||
* [`subalfred storage-key`](storage-key.md) | ||
* [`subalfred workspace`](workspace.md) | ||
# Command `subalfred` | ||
``` | ||
Your Substrate Alfred. | ||
Usage: subalfred [OPTIONS] <COMMAND> | ||
Commands: | ||
check | ||
Substrate development checkers | ||
convert | ||
Data style converters | ||
get | ||
Substrate-link node getter | ||
hash | ||
Hash the hex with the specific hasher(hash algorithm) | ||
key | ||
Calculate the public key/SS58 address of the SS58 address/public key | ||
rpc | ||
Send a RPC request to the node's HTTP RPC endpoint | ||
state | ||
A set of tools to process Substrate-like chain state | ||
storage-key | ||
Calculate the storage key of the storage item | ||
workspace | ||
Workspace manager | ||
help | ||
Print this message or the help of the given subcommand(s) | ||
Options: | ||
-l, --log <TARGET=LEVEL,*> | ||
Set a custom log filter. | ||
This flag is also working with the `RUST_LOG` environment variable. If you use `RUST_LOG` simultaneously, this will append `RUST_LOG`'s value after the log. | ||
[default: info] | ||
-h, --help | ||
Print help information (use `-h` for a summary) | ||
-V, --version | ||
Print version information | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.