Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

Multi-instance Support #94

Closed Jvlythical closed 3 months ago

Jvlythical commented 1 year ago
crazyberry7 commented 1 year ago

@Jvlythical

Add command list, stop, commands

List what? Stop what? As much detail as possible would be appreciated. 👍

Add --config-dir and -d option to run command

So a user specifies a config directory. How does that integrate with the run command? e.g. are we expecting certain files, certain file types? Do we parse these files? What specific configuration keys do we allow?

-d option

Which stands for? And does what exactly?

Update run command to support writing logs to file rather than stdout

Initial thoughts: we probably want to store in pre-defined locations based on OS.

https://stackoverflow.com/questions/68740261/where-to-save-cli-application-log-file-that-will-work-cross-platform

Jvlythical commented 1 year ago

The agent should be aware of multiple instances created when using the run command multiple times.