@@ -683,6 +683,7 @@ export type RunContainerOptions = {
|
||||
workingDir?: string;
|
||||
envVars?: Record<string, string>;
|
||||
pullImage?: boolean;
|
||||
defaultUser?: boolean;
|
||||
};
|
||||
|
||||
export { SearchOptions };
|
||||
|
||||
@@ -38,6 +38,7 @@ Options:
|
||||
--omitTechdocsCoreMkdocsPlugin
|
||||
--legacyCopyReadmeMdToIndexMd
|
||||
--defaultPlugin [defaultPlugins...]
|
||||
--runAsDefaultUser
|
||||
-h, --help
|
||||
```
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ export type GeneratorRunOptions = {
|
||||
siteOptions?: {
|
||||
name?: string;
|
||||
};
|
||||
runAsDefaultUser?: boolean;
|
||||
};
|
||||
|
||||
// @public
|
||||
|
||||
Reference in New Issue
Block a user