class
Squarectl::Config::SetupCommand
- Squarectl::Config::SetupCommand
- Reference
- Object
Overview
A command run inside a service during setup (via compose exec,
docker exec on swarm, or kubectl exec), scoped to one or more targets.
:nodoc:
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
squarectl/config/setup_command.crConstructors
Instance Method Summary
- #command : Array(String)
- #command=(command : Array(String))
- #service : String
- #service=(service : String)
- #target : String | Array(String)
- #target=(target : String | Array(String))
- #to_h