Skip to content

Commit

Permalink
chore: update readme to support mdx v3 (#233)
Browse files Browse the repository at this point in the history
* chore: update readme to support mdx v3

* chore: fmt

* chore: fmt
  • Loading branch information
dfx-json authored Jun 21, 2024
1 parent 838bfd2 commit 07a6415
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/cli-reference/quill-generate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

# quill generate

<MarkdownChipRow labels={["Reference"]} />
<MarkdownChipRow labels={["Reference"]}/>

Generate a mnemonic seed phrase and generate or recover PEM.

Expand All @@ -24,14 +24,14 @@ quill generate [option]

## Options

| Option | Description |
|----------------------------------|---------------------------------------------------------------|
| `--pem-file <PEM_FILE>` | File to write the PEM to. [default: identity.pem] |
| `--phrase <PHRASE>` | A seed phrase in quotes to use to generate the PEM file. |
| `--password-file <PASSWORD_FILE> | Read the encryption password from this file. |
| `--seed-file <SEED_FILE>` | File to write the seed phrase to. |
| `--words <WORDS>` | Number of words: 12 or 24 [default: 12]. |
| `--storage-mode <MODE>` | Change how PEM files are stored [default: password-protected] |
| Option | Description |
|-----------------------------------|---------------------------------------------------------------|
| `--pem-file <PEM_FILE>` | File to write the PEM to. [default: identity.pem] |
| `--phrase <PHRASE>` | A seed phrase in quotes to use to generate the PEM file. |
| `--password-file <PASSWORD_FILE>` | Read the encryption password from this file. |
| `--seed-file <SEED_FILE>` | File to write the seed phrase to. |
| `--words <WORDS>` | Number of words: 12 or 24 [default: 12]. |
| `--storage-mode <MODE>` | Change how PEM files are stored [default: password-protected] |

## Examples

Expand Down Expand Up @@ -71,4 +71,4 @@ If a password-protected key needs to be exported for use with another tool such

Technical notes: Passwords are run through `scrypt(r=8,p=1,n=2^17,len=32)`, and then the file is encrypted with AES-256-CBC.

[`quill decrypt-pem`]: quill-decrypt-pem.mdx
[`quill decrypt-pem`] quill-decrypt-pem.mdx

0 comments on commit 07a6415

Please sign in to comment.