Skip to content

Commit

Permalink
fix: Document --insecure-skip-tls-verify flag
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas authored and brooksmtownsend committed Jun 25, 2024
1 parent f6d950d commit ff038d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/cli/claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ This subcommand will be deprecated in future versions. Please use `wash inspect`

`--insecure` Allow insecure (HTTP) registry connections

`--insecure-skip-tls-verify` Skip checking server's certificate for validity

`--no-cache` skip the local OCI cache

## `sign`
Expand Down
2 changes: 2 additions & 0 deletions docs/cli/inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ description: "wash inspect command reference"

`--insecure` Allow insecure (HTTP) registry connections

`--insecure-skip-tls-verify` Skip checking server's certificate for validity

`--no-cache` skip the local OCI cache
2 changes: 2 additions & 0 deletions docs/cli/par.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ wash par inspect wasmcloud.azurecr.io/httpserver:0.19.1

`--insecure` Allow insecure (HTTP) registry connections

`--insecure-skip-tls-verify` Skip checking OCI registry's certificate for validity

`--no-cache` skip the local OCI cache

### `insert`
Expand Down
2 changes: 2 additions & 0 deletions docs/cli/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ wash pull wasmcloud.azurecr.io/echo:0.3.7
`--password` OCI password, if omitted anonymous authentication will be used

`--insecure` Allow insecure (HTTP) registry connections

`--insecure-skip-tls-verify` Skip checking server's certificate for validity
4 changes: 3 additions & 1 deletion docs/cli/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ wash push wasmcloud.azurecr.io/example:0.0.1 /path/to/artifact

`--password` (Alias `-p`) OCI password, if omitted anonymous authentication will be used [env: `PASSWORD`]

`--insecure` Allow insecure (HTTP) registry connections
`--insecure` Allow insecure (HTTP) registry connections

`--insecure-skip-tls-verify` Skip checking server's certificate for validity

0 comments on commit ff038d9

Please sign in to comment.