graylog-project-cli
graylog-project-cli copied to clipboard
CLI tool for graylog-project
When developers use `graylog-project bootstrap` to clone all repositories the next step is to run `yarn install` and an initial `mvn compile`. These steps are required to run the web...
Add an option to allow the selection (or deselection) of services that will be started. Examples: - `graylog-project run dev:services --exclude mongodb` - `graylog-project run dev:services --include mongodb`
When trying to open `graylog-project.darwin`, I get this error message: After making the appropriate settings in the security dialog, I get another error message:
There should be a command that runs through the following steps to create a new Graylog plugin. - Create a new plugin directory by using the maven archetype - Put...
The current `run` command doesn't build the production JARs for build performance reasons. It would be useful to have a command (or option) that can build and run the production...
Right now you have to be in the "graylog-project" directory to execute the "run" command. Check if there is a way to find the directory when we are in one...
Right now it's difficult to quickly test a branch or a completely new repository, that might be on a different commit than the HEAD of the various repos. For example,...
while bootstrapping we do `$graylog-project bootstrap ' github's graylog-project url '` in this case if i try to use gitlap url it throws error saying unknown GitHub URL is there...
If the tool isn't called in the directory which contains the `.graylog-project-manifest-state` file (most often this happens when being called from the `manifests` directly itself, the error message isn't all...
When adding a new entry to an existing manifest and then calling `regenerate` without first clone the new repository, the tool just complains about a failing `lstat`: ``` Unable to...