module Build

Overview

This command is used to run a once-off dyno on the Build platform. It is useful for running tasks that are not part of a web process . type such as database migrations, console sessions, or one-off scripts. The run command takes a command to run as an argument. The command will be executed in a one-off dyno on the Build platform.

Defined in:

lib/build-client/src/build-client.cr
lib/build-client/src/build-client/api/default_api.cr
lib/build-client/src/build-client/api_client.cr
lib/build-client/src/build-client/api_error.cr
lib/build-client/src/build-client/configuration.cr
lib/build-client/src/build-client/models/api_v1_apps_id_builds_post_request.cr
lib/build-client/src/build-client/models/api_v1_me_get200_response.cr
lib/build-client/src/build-client/models/api_v1_oidc_login_get200_response.cr
lib/build-client/src/build-client/models/api_v1_oidc_login_get200_response_spec.cr
lib/build-client/src/build-client/models/api_v1_oidc_login_get200_response_status.cr
lib/build-client/src/build-client/models/app.cr
lib/build-client/src/build-client/models/app_buildpacks_inner.cr
lib/build-client/src/build-client/models/app_formation_value.cr
lib/build-client/src/build-client/models/app_pipeline.cr
lib/build-client/src/build-client/models/app_team.cr
lib/build-client/src/build-client/models/create_app_request.cr
lib/build-client/src/build-client/models/create_namespace_request.cr
lib/build-client/src/build-client/models/dyno.cr
lib/build-client/src/build-client/models/namespace.cr
lib/build-client/src/build-client/models/namespace_actor.cr
lib/build-client/src/build-client/models/process.cr
lib/build-client/src/build-client/models/team.cr
build_cli.cr
commands/app.cr
commands/base.cr
commands/config.cr
commands/login.cr
commands/logs.cr
commands/namespaces.cr
commands/oidc_login.cr
commands/ps.cr
commands/run.cr
commands/team.cr
commands/whoami.cr

Class Method Summary

Class Method Detail

def self.api_host #

[View source]
def self.api_host_scheme #

[View source]
def self.debugging? #

[View source]