diff --git a/cli/src/cli.ts b/cli/src/cli.ts index d65612c..1bd6d3c 100644 --- a/cli/src/cli.ts +++ b/cli/src/cli.ts @@ -374,19 +374,6 @@ export class cli { else if (process.env.PROJECT) { this.apigeeService.org = process.env.PROJECT; } - // else { - // if (options.deploy) { - // console.error(`${chalk.redBright('! Error:')} No cloud project detected, set -p to a project with Apigee enabled if you want to deploy.`); } - // } - // else { - // try { - // console.error("Trying to get project..."); - // process.env.PROJECT = (await this.apigeeService.getOrg()).toString(); - // } catch (error) { - // console.error("Error determining project, depoyment will not work."); - // if (options.verbose) this.logVerbose("Could not determine Google Cloud project, deploy to Apigee will not work.", "warning:") - // } - // } if (options.verbose) this.logVerbose(`Project set to ${process.env.PROJECT}`, 'project:') diff --git a/module/lib/service.ts b/module/lib/service.ts index 1d6d3d4..0258091 100644 --- a/module/lib/service.ts +++ b/module/lib/service.ts @@ -40,7 +40,7 @@ import { AnyPlugin } from './plugins/any.plugin.js'; import { ResourceFilePlugin } from './plugins/resources.file.js'; /** - * ApigeeGenerator runs the complete templating operation with all injected plugins + * ApigeeTemlater runs the complete templating * @date 2/14/2022 - 8:22:47 AM * * @export diff --git a/module/package-lock.json b/module/package-lock.json index 9a51b40..9ec7132 100644 --- a/module/package-lock.json +++ b/module/package-lock.json @@ -1,12 +1,12 @@ { "name": "apigee-templater-module", - "version": "2.5.4", + "version": "2.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apigee-templater-module", - "version": "2.5.4", + "version": "2.6.5", "license": "ISC", "dependencies": { "archiver": "^5.3.0",