Class: Fig::Command::Action::ListVariables::Tree

Inherits:
Object
  • Object
show all
Includes:
Fig::Command::Action, Role::ListBaseConfig, Role::ListVariablesInATree, Role::ListWalkingDependencyTree
Defined in:
lib/fig/command/action/list_variables/tree.rb

Constant Summary

Constants included from Fig::Command::Action

EXIT_FAILURE, EXIT_SUCCESS

Instance Attribute Summary

Attributes included from Fig::Command::Action

#execution_context

Instance Method Summary collapse

Methods included from Role::ListWalkingDependencyTree

#configure, #gather_package_dependency_configurations, #modifies_repository?, #walk_dependency_tree

Methods included from Role::ListVariablesInATree

#apply_config?, #descriptor_requirement, #execute, #load_base_package?, #register_base_package?

Methods included from Role::ListBaseConfig

#base_display_config_names, #list_all_configs?

Methods included from Fig::Command::Action

#allow_both_descriptor_and_file?, #apply_base_config?, #apply_config?, #base_package_can_come_from_descriptor?, #cares_about_asset_options?, #configure, #descriptor_requirement, #execute, #execute_immediately_after_command_line_parse?, #list_dependencies?, #list_variables?, #load_base_package?, #modifies_repository?, #prepare_repository, #primary_option, #publish?, #register_base_package?, #remote_operation_necessary?, #reset_environment?, #retrieves_should_happen?

Instance Method Details

#optionsObject



19
20
21
# File 'lib/fig/command/action/list_variables/tree.rb', line 19

def options()
  return %w<--list-variables --list-tree>
end