You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs/references/cli/_index.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Options:
141
141
--kubeconfig='': Path to the kubeconfig file to use for CLI requests.
142
142
-n, --namespace='': Run deployments in the specified namespace
143
143
-o, --output={{json .}}: Used in conjunction with --quiet flag. Format output with go-template. For full struct documentation, see https://godoc.org/github.com/GoogleContainerTools/skaffold/cmd/skaffold/app/flags#BuildOutput
144
-
-p, --profile=[]: Activate profiles by name
144
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
145
145
--profile-auto-activation=true: Set to false to disable profile auto activation
146
146
-q, --quiet=false: Suppress the build output and print image built on success. See --output to format output.
147
147
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
@@ -348,7 +348,7 @@ Options:
348
348
--no-prune=false: Skip removing images and containers built by Skaffold
349
349
--no-prune-children=false: Skip removing layers reused by Skaffold
350
350
--port-forward=false: Port-forward exposed container ports within pods
351
-
-p, --profile=[]: Activate profiles by name
351
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
352
352
--profile-auto-activation=true: Set to false to disable profile auto activation
353
353
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
354
354
--rpc-port=50051: tcp port to expose event API
@@ -407,7 +407,7 @@ Options:
407
407
--kube-context='': Deploy to this Kubernetes context
408
408
--kubeconfig='': Path to the kubeconfig file to use for CLI requests.
409
409
-n, --namespace='': Run deployments in the specified namespace
410
-
-p, --profile=[]: Activate profiles by name
410
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
411
411
--profile-auto-activation=true: Set to false to disable profile auto activation
412
412
413
413
Usage:
@@ -459,7 +459,7 @@ E.g. build.out created by running skaffold build --quiet -o "{{json .}}" > build
459
459
-l, --label=[]: Add custom labels to deployed objects. Set multiple times for multiple labels
460
460
-n, --namespace='': Run deployments in the specified namespace
461
461
--port-forward=false: Port-forward exposed container ports within pods
462
-
-p, --profile=[]: Activate profiles by name
462
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
463
463
--profile-auto-activation=true: Set to false to disable profile auto activation
464
464
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
465
465
--rpc-port=50051: tcp port to expose event API
@@ -520,7 +520,7 @@ Options:
520
520
--no-prune=false: Skip removing images and containers built by Skaffold
521
521
--no-prune-children=false: Skip removing layers reused by Skaffold
522
522
--port-forward=false: Port-forward exposed container ports within pods
523
-
-p, --profile=[]: Activate profiles by name
523
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
524
524
--profile-auto-activation=true: Set to false to disable profile auto activation
525
525
--render-only=false: Print rendered Kubernetes manifests instead of deploying them
526
526
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
@@ -583,7 +583,7 @@ Run a diagnostic on Skaffold
583
583
Options:
584
584
-c, --config='': File for global configurations (defaults to $HOME/.skaffold/config)
585
585
-f, --filename='skaffold.yaml': Path or URL to the Skaffold config file
586
-
-p, --profile=[]: Activate profiles by name
586
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
587
587
--profile-auto-activation=true: Set to false to disable profile auto activation
588
588
589
589
Usage:
@@ -693,7 +693,7 @@ Options:
693
693
--loud=false: Show the build logs and output
694
694
-n, --namespace='': Run deployments in the specified namespace
695
695
--output='': file to write rendered manifests to
696
-
-p, --profile=[]: Activate profiles by name
696
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
697
697
--profile-auto-activation=true: Set to false to disable profile auto activation
698
698
699
699
Usage:
@@ -745,7 +745,7 @@ Options:
745
745
--no-prune=false: Skip removing images and containers built by Skaffold
746
746
--no-prune-children=false: Skip removing layers reused by Skaffold
747
747
--port-forward=false: Port-forward exposed container ports within pods
748
-
-p, --profile=[]: Activate profiles by name
748
+
-p, --profile=[]: Activate profiles by name (prefixed with `-` to disable a profile)
749
749
--profile-auto-activation=true: Set to false to disable profile auto activation
750
750
--render-only=false: Print rendered Kubernetes manifests instead of deploying them
751
751
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
0 commit comments