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
Something like:
local-cli create-site --name="Name of the site" --domain=mysite.local --php=8.0.0 --mysql=8.0.16 --webserver=nginx --ssl=true --multisite=false
While none of the parameters would be required (except maybe name) and would just use defaults if not specified.
So you could simply do:
local-cli create-site --name="Name of the site"
It would be great to support all parameters (like in the UI) so that would include:
A couple other things that it should include:
sudo
I'm sure there are other things that would be beneficial to this API but that's all I have for now.
The text was updated successfully, but these errors were encountered:
I would love to take a look at this @claygriffiths, if you need any help in this repo.
Sorry, something went wrong.
Any update on this? Might be able to help with this.
Following up on this - we'd just need to integrate with this, correct? @bgturner can you possibly confirm? https://getflywheel.github.io/local-addon-api/modules/_local_graphql_.html#addsiteinput
No branches or pull requests
Something like:
While none of the parameters would be required (except maybe name) and would just use defaults if not specified.
So you could simply do:
It would be great to support all parameters (like in the UI) so that would include:
A couple other things that it should include:
sudo
it should be able to do all the required tasks without needing a password (SSL, hosts file, etc.).I'm sure there are other things that would be beneficial to this API but that's all I have for now.
The text was updated successfully, but these errors were encountered: