mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-21 23:21:48 +00:00
update comment
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
a900c42c0e
commit
4231b3ad21
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ var buildArtifactCmd = &cobra.Command{
|
|||
Example: ` # Build the given manifests directory into an artifact
|
||||
flux build artifact --path ./path/to/local/manifests --output ./path/to/artifact.tgz
|
||||
|
||||
# Build manifests fro stdin to an artifact
|
||||
# Build manifests passed into stdin to an artifact
|
||||
kustomize build . | flux build artifact --output ./path/to/artifact.tgz --path -
|
||||
|
||||
# Build the given single manifest file into an artifact
|
||||
|
|
|
|||
Loading…
Reference in a new issue