final URL endpoint = new URL(optionParser.formatEndpointUrl(string_endpoint));
log.info("Using end point: " + string_endpoint);
// Add all commands to the factory
CommandFactory.add(new CreateVaultCommand(endpoint, credentials));
CommandFactory.add(new DeleteArchiveCommand(endpoint, credentials));
CommandFactory.add(new DeleteVaultCommand(endpoint, credentials));
CommandFactory.add(new DownloadArchiveCommand(endpoint, credentials));
CommandFactory.add(new ReceiveArchivesListCommand(endpoint, credentials));
CommandFactory.add(new RequestArchivesListCommand(endpoint, credentials));