Skip to content

Commit 3ba581e

Browse files
officialasishkumaractions-user
authored andcommitted
fix: merge conflict
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent 994c2f1 commit 3ba581e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-3.0.0/running-keploy/cli-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ keploy record [flags]
7575
- `--metadata string` - Key-value pairs to be added as metadata in the config.yaml file. If a `name` key is provided, it will be used as the test set name.
7676

7777
```bash
78-
keploy record -c "node src/app.js" --metadata "env=development,service=gin-mongo,version=1.0.0,team=backend"
78+
keploy record -c "node src/app.js" --metadata "name=mac,env=production,service=gin-mongo,version=2.0.0,team.members[0]=alice,team.members[1]=bob,team.members[2]=carol,labels[0]=canary,labels[1]=stable,config.timeout=30s,config.timeout=60s,complex=a\\,b\\,c\\,d,database.urls[0]=db1.internal,database.urls[1]=db2.internal,database.urls[2]=db3.internal,mode=fast,mode=slow"
7979
```
8080

8181
```bash
82-
keploy record -c "node src/app.js" --metadata "name=user-auth-tests,env=staging,service=auth-service"
82+
keploy record -c "node src/app.js" --metadata "name=mac,env=production,service=gin-mongo,version=2.0.0,team.members[0]=alice,team.members[1]=bob,team.members[2]=carol,labels[0]=canary,labels[1]=stable,config.timeout=30s,config.timeout=60s,complex=a\\,b\\,c\\,d,database.urls[0]=db1.internal,database.urls[1]=db2.internal,database.urls[2]=db3.internal,mode=fast,mode=slow"
8383
```
8484

8585
- `- n, --network-name string` - Name of the docker network in which the user application is running.

0 commit comments

Comments
 (0)