Class: GDK::Command::Tail
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- GDK::Command::Tail
- Defined in:
- lib/gdk/command/tail.rb
Overview
Handles ‘gdk tail` command execution
This command accepts the following subcommands:
-
–help
Constant Summary collapse
- OUTPUT =
<<~MSG Usage: gdk tail [[--help] | [<log_or_shortcut>[ <...>]] Tail command: gdk tail # Tail all log files (stdout and stderr only) gdk tail <log_or_shortcut>[ <...>] # Tail specified log files (stdout and stderr only) gdk tail --help # Print this help text Available logs: %<logs>s Shortcuts: %<shortcuts>s To contribute to GitLab, see https://docs.gitlab.com/ee/development/index.html. MSG
Instance Attribute Summary
Attributes inherited from BaseCommand
Instance Method Summary collapse
Methods inherited from BaseCommand
#config, #display_help_message, #help, #initialize, #print_ready_message, #ready_messages, validate_config?
Constructor Details
This class inherits a constructor from GDK::Command::BaseCommand