class
Squarectl::Config::SquarectlConfig
- Squarectl::Config::SquarectlConfig
- Reference
- Object
Overview
Root of the parsed squarectl.yml: the app name, the Compose version
(1 selects the legacy docker-compose binary), and the environments.
:nodoc:
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
squarectl/config/squarectl_config.crConstructors
Instance Method Summary
- #app : String
- #app=(app : String)
- #compose : Hash(String, Int32)
- #compose=(compose : Hash(String, Int32))
- #environments : Array(SquarectlEnvironment)
- #environments=(environments : Array(SquarectlEnvironment))