@@ -25,12 +25,12 @@ const errors = {
2525const commonMsg = {
2626 CONFIG : "Path of the external config" ,
2727 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. " ,
2929 CURRENT_WORKING_DIR : "Current working directory." ,
3030 SKIP_CONFIRMATION : "Use this flag to skip the confirmation." ,
3131 DEVELOPER_HUB_URL_PROMPT :
3232 "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." ,
3434 APP_TYPE_DESCRIPTION : "Type of app" ,
3535 CONTACT_SUPPORT : "Please contact the support team." ,
3636 STACK_API_KEY : "API key of the stack where the app is to be installed." ,
@@ -81,7 +81,6 @@ const deleteAppMsg = {
8181 APP_UID_INVALID : "App UID must be valid." ,
8282 PLEASE_SELECT_APP_FROM_LIST : "Please select an app from the list" ,
8383 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." ,
8584}
8685
8786const installAppMsg = {
@@ -90,7 +89,6 @@ const installAppMsg = {
9089 INSTALL_ORG_APP_TO_STACK : "{app} is an organization app. It cannot be installed to a stack. Do you want to proceed?" ,
9190 MISSING_STACK_API_KEY : "As {app} is a stack app, it can only be installed in a stack. Please select a stack." ,
9291 INSTALLING_APP_NOTICE : "Installing {app} on {type} {target}." ,
93- APP_UID : "Provide the app UID of an existing app to be installed." ,
9492}
9593
9694const uninstallAppMsg = {
@@ -100,7 +98,6 @@ const uninstallAppMsg = {
10098 APP_UNINSTALLED : "{app} uninstalled successfully." ,
10199 UNINSTALLING_APP : "Uninstalling app from {type}..." ,
102100 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." ,
104101}
105102
106103const messages : typeof errors &
0 commit comments