UNPKG

@mondaycom/apps-cli

Version:

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

14 lines (13 loc) 404 B
/// <reference types="node" /> import { Region } from '../general/region.js'; export type PushCommandTasksContext = { signedCloudStorageUrl?: string; archiveContent?: Buffer; archivePath?: string; appVersionId: number; showPrepareEnvironmentTask?: boolean; showUploadAssetTask?: boolean; showHandleDeploymentTask?: boolean; directoryPath?: string; region?: Region; };