Skip to content

Commit ff99d14

Browse files
committed
feat(app): remove unused app task
BREAKING CHANGE: the 'app' task has been removed
1 parent 3ecebb5 commit ff99d14

File tree

2 files changed

+0
-202
lines changed

2 files changed

+0
-202
lines changed

lib/ionic/app.js

Lines changed: 0 additions & 190 deletions
This file was deleted.

lib/tasks/cliTasks.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -283,18 +283,6 @@ var TASKS = [
283283
name: 'address',
284284
module: './ionic/serve'
285285
},
286-
{
287-
title: 'app',
288-
name: 'app',
289-
// summary: 'Deploy a new Ionic app version or list versions',
290-
// options: {
291-
// '--versions|-v': 'List recently uploaded versions of this app',
292-
// '--deploy|-d': 'Upload the current working copy and mark it as deployed',
293-
// '--note|-n': 'Add a note to a deploy',
294-
// '--uuid|-u': 'Mark an already uploaded version as deployed'
295-
// },
296-
module: './ionic/app'
297-
},
298286
{
299287
title: 'io',
300288
name: 'io',

0 commit comments

Comments
 (0)