File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ ${chalk.dim('$ bump deploy FILE --dry-run --doc <doc_slug> --token <your_doc_tok
7878 filenamePattern : string ,
7979 documentationName : string | undefined ,
8080 branch : string | undefined ,
81+ overlays ?: string [ ] | undefined ,
8182 ) : Promise < void > {
8283 const definitionDirectory = new DefinitionDirectory ( dir , filenamePattern )
8384
@@ -125,6 +126,7 @@ ${chalk.dim('$ bump deploy FILE --dry-run --doc <doc_slug> --token <your_doc_tok
125126 autoCreate ,
126127 definition . slug || documentationName ,
127128 branch ,
129+ overlays ,
128130 )
129131 } )
130132 } else {
@@ -233,6 +235,7 @@ ${chalk.dim('$ bump deploy FILE --dry-run --doc <doc_slug> --token <your_doc_tok
233235 filenamePattern ,
234236 documentationName ,
235237 branch ,
238+ overlay ,
236239 )
237240 } else {
238241 throw new CLIError ( 'Missing required flag --hub when deploying an entire directory' )
You can’t perform that action at this time.
0 commit comments