Skip to content

Commit 36cca31

Browse files
committed
add readme and license to cli package for publishing
1 parent aa328a9 commit 36cca31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/flowtest-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you need to use an environment, you can specify it with the `--env` or `-e` o
3838
flow run -f test.flow -e environments/test.env
3939
```
4040

41-
If you need to publish the results of your flow runs for further analysis, you can specify the `-s` option. Request your access key pairs from https://flowtest-ai.vercel.app/ and then export $FLOWTEST_ACCESS_ID and $FLOWTEST_ACCESS_KEY
41+
If you need to publish the results of your flow runs for further analysis, you can specify the `-s` option. Request your access key pairs from https://flowtest-ai.vercel.app/ and then run export $FLOWTEST_ACCESS_ID and $FLOWTEST_ACCESS_KEY before publishing:
4242

4343
```bash
4444
flow run -f test.flow -e environments/test.env -s
@@ -53,7 +53,7 @@ flow run -f test.flow -e environments/test.env -s
5353

5454
If you encounter any issues or have any feedback or suggestions, please raise them on our [GitHub repository](https://github.com/FlowTestAI/FlowTest)
5555

56-
Thank you for using Bruno CLI!
56+
Thank you for using FlowTestAI CLI!
5757

5858
## Changelog
5959

0 commit comments

Comments
 (0)