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
+4-4
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Examples:
116
116
117
117
Options:
118
118
-b, --build-image=[]: Choose which artifacts to build. Artifacts with image names that contain the expression will be built only. Default is to build sources for all artifacts
119
-
--cache-artifacts=false: Set to true to enable caching of artifacts
119
+
--cache-artifacts=true: Set to true to enable caching of artifacts
120
120
--cache-file='': Specify the location of the cache file (default $HOME/.skaffold/cache)
121
121
-d, --default-repo='': Default repository value (overrides global config)
122
122
--enable-rpc=false: Enable gRPC for exposing Skaffold events (true by default for `skaffold dev`)
@@ -283,7 +283,7 @@ Run a pipeline in debug mode
283
283
284
284
285
285
Options:
286
-
--cache-artifacts=false: Set to true to enable caching of artifacts
286
+
--cache-artifacts=true: Set to true to enable caching of artifacts
287
287
--cache-file='': Specify the location of the cache file (default $HOME/.skaffold/cache)
288
288
--cleanup=true: Delete deployments after dev or debug mode is interrupted
289
289
-d, --default-repo='': Default repository value (overrides global config)
@@ -413,7 +413,7 @@ Run a pipeline in development mode
413
413
414
414
415
415
Options:
416
-
--cache-artifacts=false: Set to true to enable caching of artifacts
416
+
--cache-artifacts=true: Set to true to enable caching of artifacts
417
417
--cache-file='': Specify the location of the cache file (default $HOME/.skaffold/cache)
418
418
--cleanup=true: Delete deployments after dev or debug mode is interrupted
419
419
-d, --default-repo='': Default repository value (overrides global config)
@@ -574,7 +574,7 @@ Examples:
574
574
skaffold run -p <profile>
575
575
576
576
Options:
577
-
--cache-artifacts=false: Set to true to enable caching of artifacts
577
+
--cache-artifacts=true: Set to true to enable caching of artifacts
578
578
--cache-file='': Specify the location of the cache file (default $HOME/.skaffold/cache)
579
579
--cleanup=true: Delete deployments after dev or debug mode is interrupted
580
580
-d, --default-repo='': Default repository value (overrides global config)
0 commit comments