You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The require in the maestro config file is very useful, especially when dealing with a full environment, but somehow blocking when dealing with individual boxes within an env.
Ex. have 2 boxes; 1 web, 1 DB -- web wait for DB to be up. When spinning only web for some limited testing (db being stopped) the start never completes since it never match the require statement.
Not sure if it make sense for everybody else - but I'd love to be able to bypass the require; either automatically or via a special flag on the CLI.
The text was updated successfully, but these errors were encountered:
The
require
in the maestro config file is very useful, especially when dealing with a full environment, but somehow blocking when dealing with individual boxes within an env.Ex. have 2 boxes; 1 web, 1 DB -- web wait for DB to be up. When spinning only web for some limited testing (db being stopped) the start never completes since it never match the
require
statement.Not sure if it make sense for everybody else - but I'd love to be able to bypass the
require
; either automatically or via a special flag on the CLI.The text was updated successfully, but these errors were encountered: