graylog-project-cli icon indicating copy to clipboard operation
graylog-project-cli copied to clipboard

CLI tool for graylog-project

Results 15 graylog-project-cli issues
Sort by recently updated
recently updated
newest added

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...

feature
triaged

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`

feature
triaged

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:

feature
triaged

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...

help wanted

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...

feature
triaged

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...

feature
triaged

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,...

feature

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...

help wanted

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...