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
If you run snow without commands the deploy function is executed. If there is no Dockerfile you end up with an error message. Would be nice to get some hint how to use snow instead. What about using commander or something similar?
The text was updated successfully, but these errors were encountered:
When I run the latest version of the secrets branch in a directory without a Dockerfile, this is the output I see:
$ snow
Error finding Dockerfile.
ENOENT: no such file or directory, open '/my/path/foobar/Dockerfile'
The command could certainly be clearer. A link to a new usage page, or the existing snow deploy documentation from the output would provide for a superior user experience.
If you run snow without commands the deploy function is executed. If there is no Dockerfile you end up with an error message. Would be nice to get some hint how to use snow instead. What about using commander or something similar?
The text was updated successfully, but these errors were encountered: