cli
cli copied to clipboard
The Buffalo CLI
### What is being done in this PR? Updates a bunch of dependencies and resolves security alerts ### What are the main choices made to get to this solution? `go...
### What is being done in this PR? This PR restores dependabot for this repository. ### What are the main choices made to get to this solution? A lost of...
### Description Can you add a switch to control the template name, making it easier to remove the 'plush' in the file name, such as application.html, so that there are...
### Description #### Description so i've noticed that if you do a `buffalo build --mod vendor ...` you will find that buffalo calls `go mod tidy` a few times -...
The integration test failed with timeout sometimes (or maybe always now?). Any chance to reduce the testing time? Example: - panic: test timed out after 10m0s - cli/internal/cmd/fix_test.TestFix_v0_16_27.func2 The sequence...
### Description buffalo test (in both the existing stable, and upcoming v2 CLI branch AFAICT) heavily restricts what test flags can be passed through to the underling go test run...
Right now it generates tests that look like this: ```go func (as *ActionSuite) Test_BooksResource_List() { as.Fail("Not Implemented!") } ... ``` It would be fantastic if these tests were actually implemented...