jack
jack copied to clipboard
Use with hyphenated environments
I have an application called let's say Ben, and an environment called ben-staging, so I use
jack get Ben-web-ben-staging
But I just get
ERROR: Environment Ben-web-ben-staging not found. Are you sure it exists?
How do I go about using this with both applications and environments which use hyphenated names?
You can use the --app parameter, or edit lib/jack/util.rb to disable the naming conventions feature
def app_name_convention(env_name)
env_name
end