Skip to content

Commit

Permalink
GitBook: [#55] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
anagoessens authored and gitbook-bot committed Apr 5, 2022
1 parent 7797f62 commit e91c0d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/automations/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aries-cli automate credential-offer
| ----- | --------------------------------- | ------------------------------------------------------- |
| `-h` | `--help` | Print help information. |
| `-c` | `--connection-id <CONNECTION_ID>` | Connection id of the receiving party. |
| `-`n | `--no-qr` | Disables printing the QR code. |
| `-n` | `--no-qr` | Disables printing the QR code. |
| `-s` | `--self` | Completes the entire flow with itself. |
| `-t` | `--timeout <TIMEOUT>` | Timeout for the entire flow in seconds \[default : 60]. |

Expand Down
12 changes: 6 additions & 6 deletions docs/features/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ aries-cli schema create [OPTIONS] --name <NAME> --attribute <ATTRIBUTE>

#### Available flags

| Alias | Flag | Description |
| ----- | ------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| -h | --help | Print help information |
| -n | --name \<NAME> | Name of the schema |
| -a | --attribute \<ATTRIBUTE> | Keys that describe the structure of the schema - for example "age". Given in t following format: -a foo -a bar -a baz |
| -v | --version \<VERSION> | Version of of the schema, useful to be able to specify multiple versions of the same schema \[default: 1.0] |
| Alias | Flag | Description |
| ----- | ------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `-h` | `--help` | Print help information |
| `-n` | `--name <NAME>` | Name of the schema |
| `-a` | `--attribute <ATTRIBUTE>` | Keys that describe the structure of the schema - for example "age". Given in t following format: -a foo -a bar -a baz |
| `-v` | `--version <VERSION>` | Version of of the schema, useful to be able to specify multiple versions of the same schema \[default: 1.0] |

#### Example usage

Expand Down

0 comments on commit e91c0d2

Please sign in to comment.