Optional
hideWelcomeMessage?: booleanIf true, the welcome message is hidden
Optional
logLevel?: CliLogLevelThe minimum log level to display
Optional
terminalOptions?: ITerminalOptions & ITerminalInitOnlyOptionsCustom terminal options
Optional
usersModule?: { enabled: boolean; hideUserName?: boolean; reloadPageOnUserChange?: boolean }Users module options
If true, the users module is enabled
Optional
hideUserName?: booleanHide the prompt to display when the CLI is ready to accept input
Optional
reloadPageOnUserChange?: booleanReload the page when the user changes
Optional
welcomeMessage?: { message?: string; show?: "always" | "once" | "daily" | "never" }The welcome message options
Optional
message?: stringThe message to display
Optional
show?: "always" | "once" | "daily" | "never"When to show the welcome message
Options for the CLI