RunSelfHostedDeployRequest: {
    apiContractPath?: string;
    config: Config;
    envId: string;
    isApi?: boolean;
    manifesto: Manifesto;
    pipelineUrl: string;
    runConfig?: { [key: string]: object };
    versionTag: string;
    workspaceId: string;
}

Type declaration

  • OptionalapiContractPath?: string

    Path (in the repository) of the API contract file in open api format

  • config: Config
  • envId: string

    Environment Id

  • OptionalisApi?: boolean

    Whether this application exposes an API or not

  • manifesto: Manifesto
  • pipelineUrl: string

    Url of pipeline currently running

  • OptionalrunConfig?: { [key: string]: object }

    Run Configuration

  • versionTag: string

    Version tag that will be generated by the deploy run if successful

  • workspaceId: string

    Workspace Id