Module: Aptible::CLI::Helpers::ConfigPath

Included in:
Agent, Ssh, Token
Defined in:
lib/aptible/cli/helpers/config_path.rb

Instance Method Summary collapse

Instance Method Details

#aptible_config_pathObject



5
6
7
# File 'lib/aptible/cli/helpers/config_path.rb', line 5

def aptible_config_path
  ENV['APTIBLE_CONFIG_PATH'] || (File.join ENV['HOME'], '.aptible')
end