Skip to content

Commit

Permalink
Merge pull request #200 from MichaelGoberling/remove-delete-ci-generator
Browse files Browse the repository at this point in the history
Remove delete-ci generator, code moved into aio-cli-plugin-app
  • Loading branch information
MichaelGoberling authored Sep 14, 2022
2 parents 21266af + d16f168 commit 96f4b6c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ This module is used by the Adobe I/O CLI app plugin.
- `aio app add ci` to add a CI to an existing app
- `aio app delete action` to delete an existing action
- `aio app delete web-assets` to delete the app's UI
- `aio app delete ci` to delete CI from existing app

## Contributing

Expand Down
63 changes: 0 additions & 63 deletions generators/delete-ci/index.js

This file was deleted.

1 change: 0 additions & 1 deletion generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
'add-web-assets': require('./add-web-assets'),
application: require('./application'),
'base-app': require('./base-app'),
'delete-ci': require('./delete-ci'),
extensions: {
'dx/excshell/1': excshell,
'dx/asset-compute/worker/1': assetComputeWorker
Expand Down
81 changes: 0 additions & 81 deletions test/generators/delete-ci/index.test.js

This file was deleted.

1 change: 0 additions & 1 deletion test/generators/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ test('all exports', () => {
expect(generators['add-web-assets']).toBeDefined()
expect(generators.application).toBeDefined()
expect(generators['base-app']).toBeDefined()
expect(generators['delete-ci']).toBeDefined()
expect(generators.extensions).toBeDefined()
})

0 comments on commit 96f4b6c

Please sign in to comment.