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: src/spec-node/devContainersSpecCLI.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,7 @@ function provisionOptions(y: Argv) {
123
123
'mount': {type: 'string',description: 'Additional mount point(s). Format: type=<bind|volume>,source=<source>,target=<target>[,external=<true|false>]'},
124
124
'remote-env': {type: 'string',description: 'Remote environment variables of the format name=value. These will be added when executing the user commands.'},
125
125
'cache-from': {type: 'string',description: 'Additional image to use as potential layer cache during image building'},
126
+
'cache-to': {type: 'string',description: 'Additional image to use as potential layer cache during image building'},
126
127
'buildkit': {choices: ['auto'as'auto','never'as'never'],default: 'auto'as'auto',description: 'Control whether BuildKit should be used'},
127
128
'additional-features': {type: 'string',description: 'Additional features to apply to the dev container (JSON as per "features" section in devcontainer.json)'},
128
129
'skip-feature-auto-mapping': {type: 'boolean',default: false,hidden: true,description: 'Temporary option for testing.'},
0 commit comments