Skip to content

Commit

Permalink
Mention --header in docs (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jun 14, 2019
1 parent cf23321 commit 2581bcb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/essentials/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ Run the following command:
- `-s, --silent`- Do not render any stats in the terminal (_default: false_)
- `-w, --write <s>` - Write a file with coverage stats (_disabled by default_)
- `-d, --deprecated` - Fail on deprecated usage (_default: false_)
- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down
3 changes: 2 additions & 1 deletion docs/essentials/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Run the following command:

**Flags**

- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down
3 changes: 2 additions & 1 deletion docs/essentials/introspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ It supports .graphql, .gql and .json extensions.
**Flags**

- `-w, --write <s>` - overwrite the output (_default: graphql.schema.json_)
- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down
3 changes: 2 additions & 1 deletion docs/essentials/serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Run the following command:

**Flags**

- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down
3 changes: 2 additions & 1 deletion docs/essentials/similar.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Run the following command:
- `-n, --type <s>` - Check only a single type (_checks all types by default_)
- `-t, --threshold <n>` - Threshold of similarity ratio (_default: 0.4_)
- `-w, --write <s>` - Write a file with results
- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down
3 changes: 2 additions & 1 deletion docs/essentials/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Run the following command:

- `-d, --deprecated` - Fail on deprecated usage (default: _false_)
- `--noStrictFragments` - Do not fail on duplicated fragment names (default: _false_)
- `-r, --require <s...>` - require modules
- `-r, --require <s>` - require a module
- `-t, --token <s>` - an access token
- `-h, --header <s>` - set http header (`--header 'Auth: Basic 123')

**Output**

Expand Down

0 comments on commit 2581bcb

Please sign in to comment.