class Build::Commands::Base
- Build::Commands::Base
- Athena::Console::Command
- Reference
- Object
Direct Known Subclasses
- Build::Commands::App::Create
- Build::Commands::App::Info
- Build::Commands::App::List
- Build::Commands::Config::Create
- Build::Commands::Config::Delete
- Build::Commands::Config::Info
- Build::Commands::Config::List
- Build::Commands::Login
- Build::Commands::Logs
- Build::Commands::Namespace::Create
- Build::Commands::Namespace::Delete
- Build::Commands::Namespace::Info
- Build::Commands::Namespace::List
- Build::Commands::OidcLogin
- Build::Commands::Process::Delete
- Build::Commands::Process::List
- Build::Commands::Run
- Build::Commands::Team::Info
- Build::Commands::Team::List
- Build::Commands::Whoami
Defined in:
commands/base.crInstance Method Summary
- #api : Build::DefaultApi
- #default_region : String
-
#execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::Command::Status
Executes the command with the provided input and output, returning the status of the invocation via
ACON::Command::Status
. - #token : String | Nil
Instance Method Detail
def execute(input : ACON::Input::Interface, output : ACON::Output::Interface) : Athena::Console::Command::Status
#
Description copied from class Athena::Console::Command
Executes the command with the provided input and output, returning the status of the invocation via ACON::Command::Status
.
This method MUST be defined and implement the business logic for the command.