Skip to content

Commit

Permalink
fix(docs): add --credentials to command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 19, 2023
1 parent b745c5b commit 24b6012
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/snapshots/help__add.snap
Expand Up @@ -139,6 +139,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__apply.snap
Expand Up @@ -119,6 +119,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__ping.snap
Expand Up @@ -47,6 +47,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__reapply.snap
Expand Up @@ -115,6 +115,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__remove.snap
Expand Up @@ -123,6 +123,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down
6 changes: 6 additions & 0 deletions tests/snapshots/help__view.snap
Expand Up @@ -61,6 +61,12 @@ Registry to use for a specific `@scope`, using `--scoped-registry @scope=https:/
Can be provided multiple times to specify multiple scoped registries.
#### `--credentials <CREDENTIALS>`
Credentials to apply to registries when they're accessed. You can provide credentials for multiple registries at a time, and different credential fields for a registry.
The syntax is `--credentials my.registry.com:username=foo --credentials my.registry.com:password=sekrit`.
#### `--cache <CACHE>`
Location of disk cache.
Expand Down

0 comments on commit 24b6012

Please sign in to comment.