class Build::Commands::Domains::Add

Overview

Include shared helpers in commands that need them

Included Modules

Defined in:

commands/domains.cr:118
commands/domains.cr:503

Instance methods inherited from module Build::Commands::Domains::SharedHelpers

display_domain_details(output : ACON::Output::Interface, domain : ::Build::Domain) display_domain_details, wait_for_domain(output : ACON::Output::Interface, app_id : String, domain_id : String) wait_for_domain

Instance methods inherited from class Build::Commands::Base

api : ::Build::DefaultApi api, buildpacks_api : ::Build::BuildpacksApi buildpacks_api, default_region : String default_region, execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::Command::Status execute, next_cursor(headers : Hash(String, Array(String) | String)) : String | Nil next_cursor, print_api_error(output : ACON::Output::Interface, ex : Exception, local_server_hint : Bool = true) : Nil print_api_error, print_api_request_failed(output : ACON::Output::Interface, ex : Exception, local_server_hint : Bool = true) : Nil print_api_request_failed, print_error(output : ACON::Output::Interface, message : String) : Nil print_error, print_table(output : ACON::Output::Interface, headers : Tuple, rows : Array(Tuple)) print_table, progress(message : String) : Nil progress, progress_done : Nil progress_done, t(message_key : String | Symbol, params : Hash | NamedTuple | Nil = nil) : String
t(message_key : String | Symbol, **kwargs) : String
t
, token : String | Nil token