UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

11 lines (10 loc) 911 B
export const ACCESS_TOKEN_NOT_FOUND = 'Access token is missing, please run: "mapps init"'; export const ACCESS_TOKEN_NOT_FOUND_RUNNING_INIT = 'Access token is missing, running "mapps init" command'; export const APP_VERSION_ID_TO_ENTER = 'Please enter the app version id of your app:'; export const APP_ID_TO_ENTER = 'Please enter app id:'; export const VAR_UNKNOWN = 'unknown'; export const APP_FEATURE_ID_TO_ENTER = 'Please enter the app feature id of your app:'; export const BUILD_ID_TO_ENTER = 'Please enter the build id of your app:'; export const LIVE_VERSION_ERROR_LOG = 'Operation failed: The latest app version is live. Create a new draft version or use --force to override'; export const SECURITY_SCAN_FEEDBACK_URL = 'https://wkf.ms/3SXbi6T'; export const SECURITY_SCAN_FEEDBACK_MESSAGE = `Share feedback on these results to help improve the security scan experience: ${SECURITY_SCAN_FEEDBACK_URL}`;