404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.129.58.166: ~ $
import { CommandLineInputs, CommandLineOptions } from '@ionic/cli-framework';
import { CommandMetadata } from '../../definitions';
import { Command } from '../../lib/command';
interface DeployBuild {
    job_id: number;
    id: string;
    caller_id: number;
    created: string;
    finished: string;
    state: string;
    commit: any;
    automation_id: number;
    environment_id: number;
    native_config_id: number;
    automation_name: string;
    environment_name: string;
    job: any;
    pending_channels: string[];
}
export declare class BuildCommand extends Command {
    getMetadata(): Promise<CommandMetadata>;
    run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
    createDeployBuild(appflowId: string, token: string, options: CommandLineOptions): Promise<DeployBuild>;
    tailBuildLog(appflowId: string, buildId: number, token: string): Promise<DeployBuild>;
    getDeployBuild(appflowId: string, buildId: number, token: string): Promise<DeployBuild>;
}
export {};

Filemanager

Name Type Size Permission Actions
add.d.ts File 537 B 0644
add.js File 5.6 KB 0644
build.d.ts File 1012 B 0644
build.js File 7.81 KB 0644
configure.d.ts File 502 B 0644
configure.js File 5.14 KB 0644
core.d.ts File 1.44 KB 0644
core.js File 17.08 KB 0644
index.d.ts File 360 B 0644
index.js File 1.43 KB 0644
manifest.d.ts File 384 B 0644
manifest.js File 2.87 KB 0644