404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.12.149.200: ~ $
import { CommandLineInputs, CommandLineOptions } from '@ionic/cli-framework';
import { CommandMetadata } from '../../definitions';
import { Command } from '../../lib/command';
export interface PackageBuild {
    job_id: number;
    id: string;
    caller_id: number;
    platform: string;
    build_type: string;
    created: string;
    finished: string;
    state: string;
    commit: any;
    stack: any;
    profile_tag: string;
    automation_id: number;
    environment_id: number;
    native_config_id: number;
    automation_name: string;
    environment_name: string;
    native_config_name: string;
    distribution_credential_name: string;
    job: any;
    distribution_trace: string;
}
interface DownloadUrl {
    url: string | null;
}
export declare class BuildCommand extends Command {
    getMetadata(): Promise<CommandMetadata>;
    preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
    run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
    createPackageBuild(appflowId: string, token: string, platform: string, buildType: string, options: CommandLineOptions): Promise<PackageBuild>;
    getPackageBuild(appflowId: string, buildId: number, token: string): Promise<PackageBuild>;
    getDownloadUrl(appflowId: string, buildId: number, token: string): Promise<DownloadUrl>;
    tailBuildLog(appflowId: string, buildId: number, token: string): Promise<PackageBuild>;
    downloadBuild(url: string, filename: string): Promise<string>;
}
export {};

Filemanager

Name Type Size Permission Actions
build.d.ts File 1.48 KB 0644
build.js File 16.04 KB 0644
deploy.d.ts File 1.28 KB 0644
deploy.js File 6.86 KB 0644
index.d.ts File 361 B 0644
index.js File 1.09 KB 0644