flynt-cli
flynt-cli copied to clipboard
CLI tool for the WordPress Flynt framework
Since this Bedrock update https://github.com/roots/bedrock/pull/412 the `flynt create` command is not working anymore because of a conflict during `requireComposerPackages`. This comes from the fact that the philippbaschke/acf-pro-installer package that is...
First of all. Great project and thanks for contributing it to the community :) I have been trying to setup a gitlab CI pipeline that builds a flynt project and...
Setting a different base path than the one where the `.flynt.json` is, breaks the clone db task as it tries to use the base path to get `/tmp/` and `/backup/`...
…ings Fixes what has been reported here: #81
When running `flynt setup` for an existing project, if the database user already exists then the final `flynt setup createDb` task fails because it can't create the user (because it...
### When does this come handy? When for example you create a new flynt project via `flynt create` and you answered all the prompts it could happen, that the `flynt...
The node version is only checked half way through `flynt create` (I believe, when it reaches the `installYarn` task) meaning if you have the wrong version, you have to manually...
Since Flynt already uses Composer to install Wordpress Plugins it would be cool, if we could also use composer to install Flynt features. I developed a small feature and published...
The error thrown in the [requirements check for `wpCliDotEnv`](https://github.com/flyntwp/flynt-cli/blob/master/src/requirements.js#L28) is custom and not outputting the actual error encountered. I noticed this because in my case the error thrown was misleading...
Trying to run `flynt clone --from local --to development` on 0.2.1 leads to the error: ``` Error: This does not seem to be a WordPress install. Pass --path=`path/to/wordpress` or run...