UNPKG

@mondaycom/apps-cli

Version:

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

9 lines (8 loc) 686 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';