Closed soundstep closed 11 years ago
Hi,
Please consider the following command:
echo -e "USERNAME\nPASSWORD" | jitsu login && jitsu deploy
The command jitsu login prompts for the username and password.
jitsu login
This command works in the shell but doesn't work with the grunt-shell. Somehow it goes straight to jitsu deploy before the login.
jitsu deploy
Any idea?
grunt-shell just passes it to the Node .exec method.
Hi,
Please consider the following command:
The command
jitsu login
prompts for the username and password.This command works in the shell but doesn't work with the grunt-shell. Somehow it goes straight to
jitsu deploy
before the login.Any idea?