Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jan 23, 2024
1 parent 08e9329 commit ecffdcd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ DESCRIPTION
Discover, install, or uninstall a new template into an existing Adobe Developer App Builder App
```

_See code: [src/commands/templates/index.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/index.ts)_
_See code: [src/commands/templates/index.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/index.ts)_

## `aio templates disco`

Expand Down Expand Up @@ -126,7 +126,7 @@ ALIASES
$ aio templates disco
```

_See code: [src/commands/templates/discover.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/discover.ts)_
_See code: [src/commands/templates/discover.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/discover.ts)_

## `aio templates i PATH`

Expand All @@ -140,12 +140,12 @@ ARGUMENTS
PATH path to the template (npm package name, file path, url). See examples
FLAGS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--[no-]install [default: true] Run npm installation after files are created
--[no-]process-install-config [default: true] Process the template install.yml configuration file, defaults to true,
to skip processing install.yml use --no-process-install-config
--template-options=<value> Additional template options, as a base64-encoded json string
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--[no-]install [default: true] Run npm installation after files are created
--[no-]process-install-config [default: true] Process the template install.yml configuration file, defaults to
true, to skip processing install.yml use --no-process-install-config
--template-options=<value> Additional template options, as a base64-encoded json string
DESCRIPTION
Install an Adobe Developer App Builder template
Expand Down Expand Up @@ -197,7 +197,7 @@ DESCRIPTION
List all App Builder templates that are installed
```

_See code: [src/commands/templates/info.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/info.ts)_
_See code: [src/commands/templates/info.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/info.ts)_

## `aio templates install PATH`

Expand All @@ -211,12 +211,12 @@ ARGUMENTS
PATH path to the template (npm package name, file path, url). See examples
FLAGS
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--[no-]install [default: true] Run npm installation after files are created
--[no-]process-install-config [default: true] Process the template install.yml configuration file, defaults to true,
to skip processing install.yml use --no-process-install-config
--template-options=<value> Additional template options, as a base64-encoded json string
-v, --verbose Verbose output
-y, --yes Skip questions, and use all default values
--[no-]install [default: true] Run npm installation after files are created
--[no-]process-install-config [default: true] Process the template install.yml configuration file, defaults to
true, to skip processing install.yml use --no-process-install-config
--template-options=<value> Additional template options, as a base64-encoded json string
DESCRIPTION
Install an Adobe Developer App Builder template
Expand Down Expand Up @@ -250,7 +250,7 @@ EXAMPLES
$ aio templates install @scope/npm-package-name@tagOrVersion
```

_See code: [src/commands/templates/install.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/install.ts)_
_See code: [src/commands/templates/install.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/install.ts)_

## `aio templates remove NAME`

Expand All @@ -276,7 +276,7 @@ EXAMPLES
$ aio templates remove @adobe/app-builder-template
```

_See code: [src/commands/templates/remove.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/remove.ts)_
_See code: [src/commands/templates/remove.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/remove.ts)_

## `aio templates rm NAME`

Expand Down Expand Up @@ -320,7 +320,7 @@ DESCRIPTION
Clears all installed templates
```

_See code: [src/commands/templates/rollback.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/rollback.ts)_
_See code: [src/commands/templates/rollback.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/rollback.ts)_

## `aio templates sub NAME GITHUBREPOURL`

Expand Down Expand Up @@ -372,7 +372,7 @@ EXAMPLES
$ aio templates submit @adobe/app-builder-template https://github.com/adobe/app-builder-template
```

_See code: [src/commands/templates/submit.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/submit.ts)_
_See code: [src/commands/templates/submit.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/submit.ts)_

## `aio templates un PACKAGE-NAME`

Expand Down Expand Up @@ -416,7 +416,7 @@ ALIASES
$ aio templates un
```

_See code: [src/commands/templates/uninstall.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.1/src/commands/templates/uninstall.ts)_
_See code: [src/commands/templates/uninstall.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/uninstall.ts)_
<!-- commandsstop -->

# Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aio-cli-plugin-app-templates",
"version": "2.0.1",
"version": "2.0.2",
"description": "Discover, Install, Uninstall, Submit, and Remove Adobe App Builder templates",
"repository": {
"type": "git",
Expand Down

0 comments on commit ecffdcd

Please sign in to comment.