You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce runtime policies for Ferret CLI: add support for filesystem…
… and HTTP policies (#41)
* Introduce runtime policies for Ferret CLI: add support for filesystem and HTTP policies, update tests, and enhance documentation.
* Reject binary flags in unsupported runtimes: validate runtime options, update helpers, tests, and use `slices.Concat` for argument assembly.
Feat/serve mock server (#35)
* Revamp `serve` command: Add support for `--static` and `--mock-api` flags, replace positional entries, and update tests and documentation.
* Improve error reporting: Ensure consistent handling of error messages without stack traces for malformed mock API specs in `serve` and `run` commands and update related tests.
* Deprecate `--mock-api` flag in favor of `--mock`, update CLI commands, tests, and documentation accordingly.