Skip to content

Commit

Permalink
removing add auth command
Browse files Browse the repository at this point in the history
  • Loading branch information
Himavanth committed Jun 24, 2020
1 parent c2ea950 commit c870fca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ $ aio app --help
* [`aio app`](#aio-app)
* [`aio app:add`](#aio-appadd)
* [`aio app:add:action`](#aio-appaddaction)
* [`aio app:add:auth`](#aio-appaddauth)
* [`aio app:add:ci`](#aio-appaddci)
* [`aio app:add:event`](#aio-appaddevent)
* [`aio app:add:web-assets`](#aio-appaddweb-assets)
Expand Down Expand Up @@ -95,21 +94,6 @@ OPTIONS

_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/3.0.1/src/commands/app/add/action.js)_

## `aio app:add:auth`

Add auth support

```
USAGE
$ aio app:add:auth
OPTIONS
-v, --verbose Verbose output
--version Show version
```

_See code: [src/commands/app/add/auth.js](https://github.com/adobe/aio-cli-plugin-app/blob/3.0.1/src/commands/app/add/auth.js)_

## `aio app:add:ci`

Add CI files
Expand Down
38 changes: 0 additions & 38 deletions src/commands/app/add/auth.js

This file was deleted.

1 change: 0 additions & 1 deletion test/__mocks__/@adobe/aio-app-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const mockScripts = {
undeployUI: jest.fn(async () => mockWithCallbacks()),
undeployActions: jest.fn(async () => mockWithCallbacks()),
runDev: jest.fn(async () => mockWithCallbacks()),
addAuth: jest.fn(async () => mockWithCallbacks()),
logs: jest.fn(async () => mockWithCallbacks())
}

Expand Down
41 changes: 0 additions & 41 deletions test/commands/app/add/auth.test.js

This file was deleted.

0 comments on commit c870fca

Please sign in to comment.