diff --git a/README.md b/README.md index 263f963..c1c56bd 100644 --- a/README.md +++ b/README.md @@ -48,24 +48,12 @@ npx @clobbr/cli run --url "https://api.github.com/zen" Run `npx @clobbr/cli` to see all options or head over to [@clobbr/cli docs](./packages/cli/README.md). -> Binaries are also available for your favorite OS [here ⬇️ 💿](https://github.com/parsecph/clobbr/releases). +Binaries are also available for your favorite OS [here ⬇️ 💿](https://github.com/parsecph/clobbr/releases). -#### CI +#### CI/CD The cli can be used in a CI context too. [See examples with popular CIs here ↗️](https://github.com/parsecph/clobbr-ci-examples) - - CircleCI integration config - - - - Travis CI integration config - - - - AppVeyor CI integration config - - ## What the cli can do This package can stress-test your API endpoints in various ways so you can get a better idea on how your app would work under a (closer to) real world scenario. diff --git a/packages/cli/README.md b/packages/cli/README.md index 76d8ccb..10a731e 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -17,21 +17,8 @@ Test your api endpoints to see how well they perform under multiple requests (cl [👉 See cli usage examples here ↗️](https://github.com/parsecph/clobbr/blob/master/README.md#usage-examples-for-the-cli) -Use this cli tool from your favorite shell or integrate with your CI server: - - - CircleCI integration config - - - - Travis CI integration config - - - - AppVeyor CI integration config - - -[See more ci samples ↗️](https://github.com/parsecph/clobbr-ci-examples) +Use this cli tool from your favorite shell or integrate with your CI/CD server. +[See CI/CD examples here ↗️](https://github.com/parsecph/clobbr-ci-examples) ### Basic usage @@ -39,8 +26,7 @@ Use this cli tool from your favorite shell or integrate with your CI server: npx @clobbr/cli run --url "https://github.com" ``` -[See more examples here ↗️](https://github.com/parsecph/clobbr/blob/master/README.md#usage-examples-for-the-cli) - +[See more usage examples here ↗️](https://github.com/parsecph/clobbr/blob/master/README.md#usage-examples-for-the-cli) ### Options