@@ -56,7 +56,6 @@ const appCreate = {
5656 REGISTER_THE_APP_ON_DEVELOPER_HUB :
5757 "Registering the app with the name {appName} on the Developer Hub..." ,
5858 START_APP_COMMAND : "Start the app using the following command: {command}" ,
59- ORG_UID_DESCRIPTION : "Provide the organization UID where the app is to be created." ,
6059} ;
6160
6261const getAppMsg = {
@@ -66,7 +65,6 @@ const getAppMsg = {
6665 APPS_NOT_FOUND : "No apps found!" ,
6766 FILE_ALREADY_EXISTS :
6867 "{file} already exists. Do you want to overwrite this file? (y/n) (Selecting 'n' creates a new file)" ,
69- ORG_UID_DESCRIPTION :"Provide the organization UID where the app details are to be fetched from." ,
7068} ;
7169
7270const appUpdate = {
@@ -75,7 +73,6 @@ const appUpdate = {
7573 APP_UPDATE_SUCCESS : "App updated successfully!" ,
7674 APP_VERSION_MISS_MATCH :
7775 "App versions mismatch! Please download the latest file using the `csdx app:get` command and sync the file with the latest downloaded file." ,
78- ORG_UID_DESCRIPTION :"Provide the organization UID where the app details are to be fetched from." ,
7976} ;
8077
8178const deleteAppMsg = {
@@ -85,7 +82,6 @@ const deleteAppMsg = {
8582 PLEASE_SELECT_APP_FROM_LIST : "Please select an app from the list" ,
8683 DELETE_CONFIRMATION : "Are you sure you want to delete this app?" ,
8784 APP_UID : "Provide the app UID of an existing app to be deleted." ,
88- ORG_UID_DESCRIPTION :"Provide the organization UID where the app details are to be fetched from, to delete the app" ,
8985}
9086
9187const installAppMsg = {
@@ -95,7 +91,6 @@ const installAppMsg = {
9591 MISSING_STACK_API_KEY : "As {app} is a stack app, it can only be installed in a stack. Please select a stack." ,
9692 INSTALLING_APP_NOTICE : "Installing {app} on {type} {target}." ,
9793 APP_UID : "Provide the app UID of an existing app to be installed." ,
98- ORG_UID_DESCRIPTION :"Provide the organization UID where the app details are to be fetched from, to install the app." ,
9994}
10095
10196const uninstallAppMsg = {
@@ -106,7 +101,6 @@ const uninstallAppMsg = {
106101 UNINSTALLING_APP : "Uninstalling app from {type}..." ,
107102 UNINSTALL_ALL : "Please select stacks from where the app must be uninstalled." ,
108103 APP_UID : "Provide the Aapp UID of an existing app to be uninstalled." ,
109- ORG_UID_DESCRIPTION :"Provide the organization UID where the app details are to be fetched from to uninstall the app." ,
110104}
111105
112106const messages : typeof errors &
0 commit comments