Class: Fig::Command::Action::ListVariables::Graphviz

Inherits:
Object
  • Object
show all
Includes:
Fig::Command::Action, Role::ListAsGraphviz, Role::ListBaseConfig, Role::ListVariablesAsGraphviz, Role::ListWalkingDependencyTree
Defined in:
lib/fig/command/action/list_variables/graphviz.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::ListVariablesAsGraphviz

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

Methods included from Role::ListBaseConfig

#base_display_config_names, #list_all_configs?

Methods included from Role::ListAsGraphviz

#execute

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



21
22
23
# File 'lib/fig/command/action/list_variables/graphviz.rb', line 21

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