update comment

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
pull/3355/head
Somtochi Onyekwere 3 years ago
parent a900c42c0e
commit 4231b3ad21

@ -37,7 +37,7 @@ var buildArtifactCmd = &cobra.Command{
Example: ` # Build the given manifests directory into an artifact Example: ` # Build the given manifests directory into an artifact
flux build artifact --path ./path/to/local/manifests --output ./path/to/artifact.tgz 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 - kustomize build . | flux build artifact --output ./path/to/artifact.tgz --path -
# Build the given single manifest file into an artifact # Build the given single manifest file into an artifact

Loading…
Cancel
Save