@@ -25,12 +25,12 @@ const errors = {
25
25
const commonMsg = {
26
26
CONFIG : "Path of the external config" ,
27
27
MAX_RETRY_LIMIT : "Maximum retry limit reached." ,
28
- PROVIDE_ORG_UID : "Provide the organization UID" ,
28
+ PROVIDE_ORG_UID : "Provide the organization UID to fetch the app details for the desired operation. " ,
29
29
CURRENT_WORKING_DIR : "Current working directory." ,
30
30
SKIP_CONFIRMATION : "Use this flag to skip the confirmation." ,
31
31
DEVELOPER_HUB_URL_PROMPT :
32
32
"Enter the Developer Hub Base URL for the {name} region: " ,
33
- APP_UID : "Provide the app UID of an existing app to fetch the details ." ,
33
+ APP_UID : "Provide the app UID of an existing app." ,
34
34
APP_TYPE_DESCRIPTION : "Type of app" ,
35
35
CONTACT_SUPPORT : "Please contact the support team." ,
36
36
STACK_API_KEY : "API key of the stack where the app is to be installed." ,
@@ -81,7 +81,6 @@ const deleteAppMsg = {
81
81
APP_UID_INVALID : "App UID must be valid." ,
82
82
PLEASE_SELECT_APP_FROM_LIST : "Please select an app from the list" ,
83
83
DELETE_CONFIRMATION : "Are you sure you want to delete this app?" ,
84
- APP_UID : "Provide the app UID of an existing app to be deleted." ,
85
84
}
86
85
87
86
const installAppMsg = {
@@ -90,7 +89,6 @@ const installAppMsg = {
90
89
INSTALL_ORG_APP_TO_STACK : "{app} is an organization app. It cannot be installed to a stack. Do you want to proceed?" ,
91
90
MISSING_STACK_API_KEY : "As {app} is a stack app, it can only be installed in a stack. Please select a stack." ,
92
91
INSTALLING_APP_NOTICE : "Installing {app} on {type} {target}." ,
93
- APP_UID : "Provide the app UID of an existing app to be installed." ,
94
92
}
95
93
96
94
const uninstallAppMsg = {
@@ -100,7 +98,6 @@ const uninstallAppMsg = {
100
98
APP_UNINSTALLED : "{app} uninstalled successfully." ,
101
99
UNINSTALLING_APP : "Uninstalling app from {type}..." ,
102
100
UNINSTALL_ALL : "Please select stacks from where the app must be uninstalled." ,
103
- APP_UID : "Provide the Aapp UID of an existing app to be uninstalled." ,
104
101
}
105
102
106
103
const messages : typeof errors &
0 commit comments