'Read password from environment variable NC_PASS/OC_PASS. Alternatively it will be asked for interactively or an app password without the login password will be created.'
)
->addOption(
'name',
null,
InputOption::VALUE_REQUIRED,
'Name for the app password, defaults to "cli".'
)
;
}
@ -81,13 +87,15 @@ class Add extends Command {
$output->writeln('<info>No password provided. The generated app password will therefore have limited capabilities. Any operation that requires the login password will fail.</info>');