@@ -149,6 +149,7 @@ Options:
149
149
--rpc-http-port=50052: tcp port to expose event REST API over HTTP
150
150
--rpc-port=50051: tcp port to expose event API
151
151
--skip-tests=false: Whether to skip the tests after building
152
+ --suppress-logs=[]: Suppress logs for specified stages in pipeline (build, deploy, status-check, none, all)
152
153
-t, --tag='': The optional custom tag to use for images which overrides the current Tagger configuration
153
154
--toot=false: Emit a terminal beep after the deploy is complete
154
155
@@ -181,6 +182,7 @@ Env vars:
181
182
* ` SKAFFOLD_RPC_HTTP_PORT ` (same as ` --rpc-http-port ` )
182
183
* ` SKAFFOLD_RPC_PORT ` (same as ` --rpc-port ` )
183
184
* ` SKAFFOLD_SKIP_TESTS ` (same as ` --skip-tests ` )
185
+ * ` SKAFFOLD_SUPPRESS_LOGS ` (same as ` --suppress-logs ` )
184
186
* ` SKAFFOLD_TAG ` (same as ` --tag ` )
185
187
* ` SKAFFOLD_TOOT ` (same as ` --toot ` )
186
188
@@ -356,6 +358,7 @@ Options:
356
358
--rpc-port=50051: tcp port to expose event API
357
359
--skip-tests=false: Whether to skip the tests after building
358
360
--status-check=true: Wait for deployed resources to stabilize
361
+ --suppress-logs=[]: Suppress logs for specified stages in pipeline (build, deploy, status-check, none, all)
359
362
-t, --tag='': The optional custom tag to use for images which overrides the current Tagger configuration
360
363
--tail=false: Stream logs from deployed objects (true by default for `skaffold dev` and `skaffold debug`)
361
364
--toot=false: Emit a terminal beep after the deploy is complete
@@ -394,6 +397,7 @@ Env vars:
394
397
* ` SKAFFOLD_RPC_PORT ` (same as ` --rpc-port ` )
395
398
* ` SKAFFOLD_SKIP_TESTS ` (same as ` --skip-tests ` )
396
399
* ` SKAFFOLD_STATUS_CHECK ` (same as ` --status-check ` )
400
+ * ` SKAFFOLD_SUPPRESS_LOGS ` (same as ` --suppress-logs ` )
397
401
* ` SKAFFOLD_TAG ` (same as ` --tag ` )
398
402
* ` SKAFFOLD_TAIL ` (same as ` --tail ` )
399
403
* ` SKAFFOLD_TOOT ` (same as ` --toot ` )
@@ -475,6 +479,7 @@ Options:
475
479
--rpc-port=50051: tcp port to expose event API
476
480
--skip-render=false: Don't render the manifests, just deploy them
477
481
--status-check=true: Wait for deployed resources to stabilize
482
+ --suppress-logs=[]: Suppress logs for specified stages in pipeline (build, deploy, status-check, none, all)
478
483
--tail=false: Stream logs from deployed objects (true by default for `skaffold dev` and `skaffold debug`)
479
484
--toot=false: Emit a terminal beep after the deploy is complete
480
485
@@ -505,6 +510,7 @@ Env vars:
505
510
* ` SKAFFOLD_RPC_PORT ` (same as ` --rpc-port ` )
506
511
* ` SKAFFOLD_SKIP_RENDER ` (same as ` --skip-render ` )
507
512
* ` SKAFFOLD_STATUS_CHECK ` (same as ` --status-check ` )
513
+ * ` SKAFFOLD_SUPPRESS_LOGS ` (same as ` --suppress-logs ` )
508
514
* ` SKAFFOLD_TAIL ` (same as ` --tail ` )
509
515
* ` SKAFFOLD_TOOT ` (same as ` --toot ` )
510
516
@@ -539,6 +545,7 @@ Options:
539
545
--rpc-port=50051: tcp port to expose event API
540
546
--skip-tests=false: Whether to skip the tests after building
541
547
--status-check=true: Wait for deployed resources to stabilize
548
+ --suppress-logs=[]: Suppress logs for specified stages in pipeline (build, deploy, status-check, none, all)
542
549
-t, --tag='': The optional custom tag to use for images which overrides the current Tagger configuration
543
550
--tail=false: Stream logs from deployed objects (true by default for `skaffold dev` and `skaffold debug`)
544
551
--toot=false: Emit a terminal beep after the deploy is complete
@@ -578,6 +585,7 @@ Env vars:
578
585
* ` SKAFFOLD_RPC_PORT ` (same as ` --rpc-port ` )
579
586
* ` SKAFFOLD_SKIP_TESTS ` (same as ` --skip-tests ` )
580
587
* ` SKAFFOLD_STATUS_CHECK ` (same as ` --status-check ` )
588
+ * ` SKAFFOLD_SUPPRESS_LOGS ` (same as ` --suppress-logs ` )
581
589
* ` SKAFFOLD_TAG ` (same as ` --tag ` )
582
590
* ` SKAFFOLD_TAIL ` (same as ` --tail ` )
583
591
* ` SKAFFOLD_TOOT ` (same as ` --toot ` )
@@ -790,6 +798,7 @@ Options:
790
798
--rpc-port=50051: tcp port to expose event API
791
799
--skip-tests=false: Whether to skip the tests after building
792
800
--status-check=true: Wait for deployed resources to stabilize
801
+ --suppress-logs=[]: Suppress logs for specified stages in pipeline (build, deploy, status-check, none, all)
793
802
-t, --tag='': The optional custom tag to use for images which overrides the current Tagger configuration
794
803
--tail=false: Stream logs from deployed objects (true by default for `skaffold dev` and `skaffold debug`)
795
804
--toot=false: Emit a terminal beep after the deploy is complete
@@ -827,6 +836,7 @@ Env vars:
827
836
* ` SKAFFOLD_RPC_PORT ` (same as ` --rpc-port ` )
828
837
* ` SKAFFOLD_SKIP_TESTS ` (same as ` --skip-tests ` )
829
838
* ` SKAFFOLD_STATUS_CHECK ` (same as ` --status-check ` )
839
+ * ` SKAFFOLD_SUPPRESS_LOGS ` (same as ` --suppress-logs ` )
830
840
* ` SKAFFOLD_TAG ` (same as ` --tag ` )
831
841
* ` SKAFFOLD_TAIL ` (same as ` --tail ` )
832
842
* ` SKAFFOLD_TOOT ` (same as ` --toot ` )
0 commit comments