Method: Avm::Sources::Base::Configuration#read_configuration_as_env_command
- Defined in:
- lib/avm/sources/base/configuration.rb
#read_configuration_as_env_command(key) ⇒ EacRubyUtils::Envs::Command
Utility to read a configuration as a [EacRubyUtils::Envs::Command].
44 45 46 |
# File 'lib/avm/sources/base/configuration.rb', line 44 def read_configuration_as_env_command(key) configuration_value_to_env_command(configuration_entry(key).value) end |