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
| `-o, --online` | load scripts from remote servers
68
+
| `-a, --auth` | enable authorization
69
+
| `-u, --username` | set username
70
+
| `-p, --password` | set password
71
+
| `-c, --config` | configuration file path
72
+
| `--show-config` | show config values
73
+
| `--show-dot-files` | show dot files
74
+
| `--show-file-name` | show file name in view and edit
75
+
| `--editor` | set editor: "dword", "edward" or "deepword"
76
+
| `--packer` | set packer: "tar" or "zip"
77
+
| `--root` | set root directory
78
+
| `--prefix` | set url prefix
79
+
| `--prefix-socket` | set prefix for url connection
80
+
| `--port` | set port number
81
+
| `--confirm-copy` | confirm copy
82
+
| `--confirm-move` | confirm move
83
+
| `--open` | open web browser when server starts
84
+
| `--name` | set tab name in web browser
85
+
| `--one-file-panel` | show one file panel
86
+
| `--keys-panel` | show keys panel
87
+
| `--contact` | enable contact
88
+
| `--config-dialog` | enable config dialog
89
+
| `--config-auth` | enable auth change in config dialog
90
+
| `--console` | enable console
91
+
| `--sync-console-path` | sync console path
92
+
| `--terminal` | enable terminal
93
+
| `--terminal-path` | set terminal path
94
+
| `--terminal-command` | set command to run in terminal (shell by default)
95
+
| `--terminal-auto-restart` | restart command on exit
96
+
| `--vim` | enable vim hot keys
97
+
| `--columns` | set visible columns
98
+
| `--theme` | set theme 'light' or 'dark'"
99
+
| `--export` | enable export of config through a server
100
+
| `--export-token` | authorization token used by export server
101
+
| `--import` | enable import of config
102
+
| `--import-token` | authorization token used to connect to export server
103
+
| `--import-url` | url of an import server
104
+
| `--import-listen` | enable listen on config updates from import server
105
+
| `--dropbox` | enable dropbox integration
106
+
| `--dropbox-token` | set dropbox token
107
+
| `--log` | enable logging
108
+
| `--no-show-config` | do not show config values
109
+
| `--no-server` | do not start server
110
+
| `--no-auth` | disable authorization
111
+
| `--no-online` | load scripts from local server
112
+
| `--no-open` | do not open web browser when server started
113
+
| `--no-name` | set default tab name in web browser
114
+
| `--no-keys-panel` | hide keys panel
115
+
| `--no-one-file-panel` | show two file panels
116
+
| `--no-confirm-copy` | do not confirm copy
117
+
| `--no-confirm-move` | do not confirm move
118
+
| `--no-config-dialog` | disable config dialog
119
+
| `--no-config-auth` | disable auth change in config dialog
120
+
| `--no-console` | disable console
121
+
| `--no-sync-console-path` | do not sync console path
122
+
| `--no-contact` | disable contact
123
+
| `--no-terminal` | disable terminal
124
+
| `--no-terminal-command` | set default shell to run in terminal
125
+
| `--no-terminal-auto-restart` | do not restart command on exit
126
+
| `--no-vim` | disable vim hot keys
126
127
| `--no-themes` | set default visible themes
127
-
| `--no-export`| disable export config through a server
128
-
| `--no-import`| disable import of config
129
-
| `--no-import-listen`| disable listen on config updates from import server
130
-
| `--no-show-file-name`| do not show file name in view and edit
131
-
| `--no-dropbox`| disable dropbox integration
132
-
| `--no-dropbox-token`| unset dropbox token
133
-
| `--no-log`| disable logging
128
+
| `--no-export` | disable export config through a server
129
+
| `--no-import` | disable import of config
130
+
| `--no-import-listen` | disable listen on config updates from import server
131
+
| `--no-show-file-name` | do not show file name in view and edit
132
+
| `--no-dropbox` | disable dropbox integration
133
+
| `--no-dropbox-token` | unset dropbox token
134
+
| `--no-log` | disable logging
134
135
135
136
For options not specified by command-line parameters, Cloud Commander then reads configuration data from `~/.cloudcmd.json`. It uses port `8000` by default.
136
137
@@ -152,56 +153,57 @@ Then, start the server again with `cloudcmd` and reload the page.
0 commit comments