Skip to content

Commit

Permalink
feature(documentation-website): document creation from curl (#994)
Browse files Browse the repository at this point in the history
fixes #877

Co-authored-by: Marika Mella <[email protected]>
  • Loading branch information
Idrinth and marikadeveloper authored May 6, 2024
1 parent cfe0f82 commit a104c92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation-website/language/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ command:
iabgfh:
description: "generates test skeletons from an HAR document for a project in the current working directory"
arg_1: "Argument 1: path to the HAR document"
iabgfc:
description: "generates a test skeleton from an CURL command for a project in the current working directory"
arg_1: "Argument 1: URL to test"
iabcrd:
description: "checks all routes for possible issues, so there are no surprises, when actually running the code."
arg_1: "Argument 1: language(default: en)"
Expand Down
5 changes: 5 additions & 0 deletions documentation-website/src/pages/usage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ const Usage = () => <Layout
name={'generate-benchmark-from-har'}
cli={true}
>1</Command>
<Command
shortname={'iabgfc'}
name={'generate-benchmark-from-curl'}
cli={true}
>1</Command>
<Command
shortname={'iabcrd'}
name={'check-route-definitions'}
Expand Down

0 comments on commit a104c92

Please sign in to comment.