-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEVX-2521: End-to-end testing for template registry - Add env vars to…
… override Template Registry API config values (#43) * DEVX-2521: End-to-end testing for template registry - Add env vars to override Template Registry API config values * Update README.md, oclif.manifest.json * Improve tests
- Loading branch information
1 parent
69921cb
commit 3749322
Showing
5 changed files
with
67 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"1.2.0","commands":{"templates:discover":{"id":"templates:discover","description":"Discover App Builder templates to install","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:disco"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"interactive install mode","allowNo":false},"sort-field":{"name":"sort-field","type":"option","char":"f","description":"which column to sort, use the sort-order flag to specify sort direction","multiple":false,"options":["publishDate","names","adobeRecommended"],"default":"adobeRecommended"},"sort-order":{"name":"sort-order","type":"option","char":"o","description":"sort order for a column, use the sort-field flag to specify which column to sort","multiple":false,"options":["asc","desc"],"default":"desc"}},"args":[]},"templates":{"id":"templates","description":"Discover, install, or uninstall a new template into an existing Adobe Developer App Builder App","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[]},"templates:info":{"id":"templates:info","description":"List all App Builder templates that are installed","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output raw json","allowNo":false},"yml":{"name":"yml","type":"boolean","char":"y","description":"output yml","allowNo":false,"exclusive":["json"]},"required-services":{"name":"required-services","type":"boolean","char":"s","description":"includes services required by a template in the output","allowNo":false}},"args":[]},"templates:install":{"id":"templates:install","description":"Install an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:i"],"examples":["aio templates install https://github.com/org/repo","aio templates install git+https://github.com/org/repo","aio templates install ssh://github.com/org/repo","aio templates install git+ssh://github.com/org/repo","aio templates install file:../relative/path/to/template/folder","aio templates install file:/absolute/path/to/template/folder","aio templates install ../relative/path/to/template/folder","aio templates install /absolute/path/to/template/folder","aio templates install npm-package-name","aio templates install npm-package-name@tagOrVersion","aio templates install @scope/npm-package-name","aio templates install @scope/npm-package-name@tagOrVersion"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Skip questions, and use all default values","allowNo":false},"install":{"name":"install","type":"boolean","description":"[default: true] Run npm installation after files are created","allowNo":true},"process-install-config":{"name":"process-install-config","type":"boolean","description":"[default: true] Process the template install.yml configuration file, defaults to true, to skip processing install.yml use --no-process-install-config","allowNo":true},"template-options":{"name":"template-options","type":"option","description":"Additional template options, as a base64-encoded json string","multiple":false}},"args":[{"name":"path","description":"path to the template (npm package name, file path, url). See examples","required":true}]},"templates:remove":{"id":"templates:remove","description":"Remove an Adobe Developer App Builder template from the Template Registry","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:rm"],"examples":["aio templates remove @adobe/app-builder-template"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"The name of the package implementing the template on npmjs.com","required":true}]},"templates:rollback":{"id":"templates:rollback","description":"Clears all installed templates","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"interactive clear mode","allowNo":false},"list":{"name":"list","type":"boolean","char":"l","description":"list templates that will be uninstalled","allowNo":false},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"confirmation needed for clear (defaults to true)","allowNo":true}},"args":[]},"templates:submit":{"id":"templates:submit","description":"Submit an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:sub"],"examples":["aio templates submit @adobe/app-builder-template https://github.com/adobe/app-builder-template"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"The name of the package implementing the template on npmjs.com","required":true},{"name":"githubRepoUrl","description":"A link to the Github repository containing the package's source code","required":true}]},"templates:uninstall":{"id":"templates:uninstall","description":"Uninstall an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:un"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"package-name","description":"package name of the template","required":true}]}}} | ||
{"version":"1.3.1","commands":{"templates:discover":{"id":"templates:discover","description":"Discover App Builder templates to install","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:disco"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"interactive install mode","allowNo":false},"sort-field":{"name":"sort-field","type":"option","char":"f","description":"which column to sort, use the sort-order flag to specify sort direction","multiple":false,"options":["publishDate","names","adobeRecommended"],"default":"adobeRecommended"},"sort-order":{"name":"sort-order","type":"option","char":"o","description":"sort order for a column, use the sort-field flag to specify which column to sort","multiple":false,"options":["asc","desc"],"default":"desc"}},"args":[]},"templates":{"id":"templates","description":"Discover, install, or uninstall a new template into an existing Adobe Developer App Builder App","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[]},"templates:info":{"id":"templates:info","description":"List all App Builder templates that are installed","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"json":{"name":"json","type":"boolean","char":"j","description":"output raw json","allowNo":false},"yml":{"name":"yml","type":"boolean","char":"y","description":"output yml","allowNo":false,"exclusive":["json"]},"required-services":{"name":"required-services","type":"boolean","char":"s","description":"includes services required by a template in the output","allowNo":false}},"args":[]},"templates:install":{"id":"templates:install","description":"Install an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:i"],"examples":["aio templates install https://github.com/org/repo","aio templates install git+https://github.com/org/repo","aio templates install ssh://github.com/org/repo","aio templates install git+ssh://github.com/org/repo","aio templates install file:../relative/path/to/template/folder","aio templates install file:/absolute/path/to/template/folder","aio templates install ../relative/path/to/template/folder","aio templates install /absolute/path/to/template/folder","aio templates install npm-package-name","aio templates install npm-package-name@tagOrVersion","aio templates install @scope/npm-package-name","aio templates install @scope/npm-package-name@tagOrVersion"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Skip questions, and use all default values","allowNo":false},"install":{"name":"install","type":"boolean","description":"[default: true] Run npm installation after files are created","allowNo":true},"process-install-config":{"name":"process-install-config","type":"boolean","description":"[default: true] Process the template install.yml configuration file, defaults to true, to skip processing install.yml use --no-process-install-config","allowNo":true},"template-options":{"name":"template-options","type":"option","description":"Additional template options, as a base64-encoded json string","multiple":false}},"args":[{"name":"path","description":"path to the template (npm package name, file path, url). See examples","required":true}]},"templates:remove":{"id":"templates:remove","description":"Remove an Adobe Developer App Builder template from the Template Registry","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:rm"],"examples":["aio templates remove @adobe/app-builder-template"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"The name of the package implementing the template on npmjs.com","required":true}]},"templates:rollback":{"id":"templates:rollback","description":"Clears all installed templates","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"interactive":{"name":"interactive","type":"boolean","char":"i","description":"interactive clear mode","allowNo":false},"list":{"name":"list","type":"boolean","char":"l","description":"list templates that will be uninstalled","allowNo":false},"confirm":{"name":"confirm","type":"boolean","char":"c","description":"confirmation needed for clear (defaults to true)","allowNo":true}},"args":[]},"templates:submit":{"id":"templates:submit","description":"Submit an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:sub"],"examples":["aio templates submit @adobe/app-builder-template https://github.com/adobe/app-builder-template"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"name","description":"The name of the package implementing the template on npmjs.com","required":true},{"name":"githubRepoUrl","description":"A link to the Github repository containing the package's source code","required":true}]},"templates:uninstall":{"id":"templates:uninstall","description":"Uninstall an Adobe Developer App Builder template","strict":true,"pluginName":"@adobe/aio-cli-plugin-app-templates","pluginAlias":"@adobe/aio-cli-plugin-app-templates","pluginType":"core","aliases":["templates:un"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false}},"args":[{"name":"package-name","description":"package name of the template","required":true}]}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters