spryker-sdk command not found
Edit on GitHubTroubleshooting
spryker-sdk command not found
The spryker-sdk command cannot be found.
Description
The spryker-sdk command cannot be found.
Cause
The command might not exist in your file.
Solution
- Add the command manually to your
shell rcfile. Depending on your shell it can be~/.bashrc,~/.zshrc,~/.profile, and other names.
echo alias spryker-sdk={sdk_folder}/bin/spryker-sdk.sh
- Run
source {rc file}to load thespryker-sdkalias for the current session.
Thank you!
For submitting the form