Skip to content

What are all the cli options? #211

Answered by akosyakov
frank8922 asked this question in Q&A
Discussion options

You must be logged in to vote

You can find the definition here:

export const serverOptions: OptionDescriptions<ServerParsedArgs> = {
'port': { type: 'string' },
'connectionToken': { type: 'string' },
'connection-secret': { type: 'string', description: nls.localize('connection-secret', "Path to file that contains the connection token. This will require that all incoming connections know the secret.") },
'host': { type: 'string' },
'socket-path': { type: 'string' },
'driver': { type: 'string' },
'start-server': { type: 'boolean' },
'print-startup-performance': { type: 'boolean' },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeanp413
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants