Andreas Schleifer
Andreas Schleifer
Is there any update on this? I still don't see this in the resource definitions.
I think `vcspull scan` would be a nice addition, but it only helps if you already have a bunch of repos checked out in a given folder structure. My script...
Right now my script is a basic shell script using `curl` and `jq`. If you want I could paste it here and maybe it can be converted to python and...
```sh #!/bin/bash if [ -z "${GITLAB_TOKEN}" ]; then echo 'Please provide the environment variable $GITLAB_TOKEN' exit 1 fi # these variables have to be set for each run prefix="" #...
@tony I can easily provide this in a `scripts/` folder via PR. I will also go ahead and add make the needed variables required on execution. I haven't written python...
I personally think it makes sense to have "subcommands" you need to execute. And maybe show a usage if you don't pass the subcommand. That way we could have "sync"...
@tony who knows, if you bring the current `master` codebase into the new structure (like moving the current "sync" code into its own file and proposing the structure and invocation)...
> > who knows, if you bring the current `master` codebase into the new structure (like moving the current "sync" code into its own file and proposing the structure and...
> P.S. If you have the codebase checked out, do you use `poetry`? You can run `poetry shell`, `poetry install` on the project > > If you have that setup,...
there is a plan to do config validation in 2.0.0 as there will be a major config format rework done in that version. @tony i guess submodule handling is entirely...