Skip to content

Commit c455bbf

Browse files
refactor: Analytic short command name added for install and uninstall command
1 parent 1fd1142 commit c455bbf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
"app:get": "APGT",
9292
"app:create": "APCRT",
9393
"app:update": "APUPT",
94-
"app:delete": "APDLT"
94+
"app:delete": "APDLT",
95+
"app:install": "API",
96+
"app:uninstall": "APUI"
9597
}
9698
}
9799
}

0 commit comments

Comments
 (0)