Skip to content

Commit

Permalink
Sync cli docs
Browse files Browse the repository at this point in the history
Signed-off-by: Carolyn Van Slyck <[email protected]>
  • Loading branch information
carolynvs committed Apr 6, 2022
1 parent b170646 commit 884a3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/cli/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ porter build [flags]
-f, --file porter.yaml Path to the Porter manifest. Defaults to porter.yaml in the current directory.
-h, --help help for build
--name string Override the bundle name
--no-cache Do not use cache when building the image.
--no-cache Do not use the Docker cache when building the bundle's invocation image.
--no-lint Do not run the linter
--secret stringArray Secret file to expose to the build (format: id=mysecret,src=/local/secret). May be specified multiple times.
--ssh stringArray SSH agent socket or keys to expose to the build (format: default|<id>[=<socket>|<key>[,<key>]]). May be specified multiple times.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/cli/bundles_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ porter bundles build [flags]
-f, --file porter.yaml Path to the Porter manifest. Defaults to porter.yaml in the current directory.
-h, --help help for build
--name string Override the bundle name
--no-cache Do not use cache when building the image.
--no-cache Do not use the Docker cache when building the bundle's invocation image.
--no-lint Do not run the linter
--secret stringArray Secret file to expose to the build (format: id=mysecret,src=/local/secret). May be specified multiple times.
--ssh stringArray SSH agent socket or keys to expose to the build (format: default|<id>[=<socket>|<key>[,<key>]]). May be specified multiple times.
Expand Down

0 comments on commit 884a3d7

Please sign in to comment.