Adam Swanda
Adam Swanda
Yup, library versions are pinned so idk what is going on here. I’ll try to recreate it.. could be some downstream library broke something in cmd2. That —debug argument output...
Hey @cmmorrow, I can take a look this weekend and get this merged in if that works!
Hey @bobdissel, could you start Omnibus with the `--debug` argument and share the output here? This will give a full Python trace-back, along with some version numbers and such that...
The error `EXCEPTION of type 'ServerSelectionTimeoutError' occurred with message: '127.0.0.1:27017: [Errno 111] Connection refused'` is a MongoDB error. For Omnibus, you need a MongoDB instance somewhere reachable from the host...
In progress.. Artifacts are being re-worked so instead of one Artifact object each type will have it's own object with fields specific to it's type.
Since many of the commands will accept artifacts as an argument, we'll also add a generic parser that will handle these more standard args of `-l, --last` for last created...
When running a module, allow the user to add pipes `|` to the end of them and run arbitrary filters and module chaining against the output of the original module....
- [ ] Create list of compatible module commands that can be executed against the output of the first module - [ ] Create filter command to fetch JSON results...
In progress.. Artifacts are being re-worked so instead of one Artifact object each type will have it's own object with fields specific to it's type.
Above issue brought to light by @grispan56