From a104c92379f94ac65d6a4ba13b5feb616f2cbdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Mon, 6 May 2024 21:17:41 +0200 Subject: [PATCH] feature(documentation-website): document creation from curl (#994) fixes #877 Co-authored-by: Marika Mella <116084393+marikadeveloper@users.noreply.github.com> --- documentation-website/language/en.yml | 3 +++ documentation-website/src/pages/usage/index.tsx | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/documentation-website/language/en.yml b/documentation-website/language/en.yml index 1b93e99d1..07c59e3aa 100644 --- a/documentation-website/language/en.yml +++ b/documentation-website/language/en.yml @@ -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)" diff --git a/documentation-website/src/pages/usage/index.tsx b/documentation-website/src/pages/usage/index.tsx index 35b407d7c..67ab6df7f 100644 --- a/documentation-website/src/pages/usage/index.tsx +++ b/documentation-website/src/pages/usage/index.tsx @@ -40,6 +40,11 @@ const Usage = () => 1 + 1