We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I think it could be nice to have a cli tool in order to setup project, run our stack, manage sulu app...
For instance here is a list of command the cli tool will handle:
sulu-cli install
sulu-cli start
sulu-cli stop
sulu-cli exec sulu:build dev --destroy
sulu-cli fix-permission
I think we can develop this sulu-cli tool in Python or NodeJs or Golang.
What do you think about this?
The text was updated successfully, but these errors were encountered:
i prefer symfony/console and phar files (see setup here https://github.com/nanbando/core) but the idea is great :)
symfony/console
Sorry, something went wrong.
or simply a bashscript suggested by @TomKeur on slack
i have currently no idea how this should work but the resulting script looks quite handy https://github.com/shipping-docker/vessel
No branches or pull requests
Hey,
I think it could be nice to have a cli tool in order to setup project, run our stack, manage sulu app...
For instance here is a list of command the cli tool will handle:
sulu-cli install
: execute composer create-project "sulu/sulu-minimal" app and other stuff to install a sulu new appsulu-cli start
: Detect you OS and launch the correct stack (docker-sync + docker-compose.{os})sulu-cli stop
: Stop the current running stacksulu-cli exec sulu:build dev --destroy
: execute a Sulu commandsulu-cli fix-permission
: fix permissions if it's neededI think we can develop this sulu-cli tool in Python or NodeJs or Golang.
What do you think about this?
The text was updated successfully, but these errors were encountered: