equal
deleted
inserted
replaced
17 * @var string |
17 * @var string |
18 */ |
18 */ |
19 protected $signature = 'corpus-parole:manageHandles |
19 protected $signature = 'corpus-parole:manageHandles |
20 {--r|replace : Replace value for existing handles} |
20 {--r|replace : Replace value for existing handles} |
21 {--k|key= : Private key} |
21 {--k|key= : Private key} |
22 {--p|password=: key password} |
22 {--p|password= : key password} |
23 {--P|ask-password : ask for private key password} |
23 {--P|ask-password : ask for private key password} |
24 {--a|admin-id= : the admin index + handle - default to config value corpusparole.handle_admin_id, env var HANDLE_ADMIN_ID} |
24 {--a|admin-id= : the admin index + handle - default to config value corpusparole.handle_admin_id, env var HANDLE_ADMIN_ID} |
25 {--H|host= : the handle host format <ip[:port]> - default to corpusparole.handle_host:corpusparole.handle_port (env HANDLE_HOST:HANDLE_PORT)} |
25 {--H|host= : the handle host format <ip[:port]> - default to corpusparole.handle_host:corpusparole.handle_port (env HANDLE_HOST:HANDLE_PORT)} |
26 {--x|prefix= : handle prefix (default to corpusparole.handle_prefix, env HANDLE_PREFIX)} |
26 {--x|prefix= : handle prefix (default to corpusparole.handle_prefix, env HANDLE_PREFIX)} |
27 {--s|step-size=100 : number of documents to retrieve from repository at a time before indexing}'; |
27 {--s|step-size=100 : number of documents to retrieve from repository at a time before indexing}'; |