|
@@ -33,7 +33,7 @@ class ImportClient extends Command{
|
|
|
->addArgument('base_url', InputArgument::REQUIRED, 'The base url of the FD3 Client.')
|
|
|
|
|
|
->addArgument('data_file.json', InputArgument::OPTIONAL, 'The data source from where to get data.', "Client.json")
|
|
|
- ->addOption('uri', null, InputOption::VALUE_REQUIRED, 'uri after the base_url for the complete URL', '/api/clients.json')
|
|
|
+ ->addOption('uri', null, InputOption::VALUE_REQUIRED, 'uri after the base_url for the complete URL', 'api/clients.json')
|
|
|
->addOption('user', null, InputOption::VALUE_REQUIRED, 'The FD3 Username.', 'admin')
|
|
|
->addOption('pass', null, InputOption::VALUE_REQUIRED, 'The FD3 Password.', 'adminpass')
|
|
|
// ->addOption('source-name', null, InputOption::VALUE_REQUIRED, 'Rename the source to this name.', "upstream")
|