Skip to content

Commit 57867c1

Browse files
authored
docs: update how-to-generate-example-plugin.md with missing parts (#73)
- [x] mention the duplicate test requirement `CCC.C04.TR01` in the `CCC.VPC_2025.01.yaml` file (to be used to generate the plugin) - [x] mention copying the config used to run the example plugin up to the privateer binary (root of repo) before running `privateer run` Signed-off-by: JM (Jason Meridth) <[email protected]>
1 parent 3ed9577 commit 57867c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/how-to-generate-example-plugin.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This guide allows you to not have to start from scratch on a new plugin.
99
1010
- get [`CCC.VPC_2025.01.yaml`](https://github.com/finos/common-cloud-controls/releases/download/v2025.01.VPC-rc/CCC.VPC_2025.01.yaml) file from [Common Cloud Controls Repository Releases page](https://github.com/finos/common-cloud-controls/releases)
1111

12+
> [!WARNING]
13+
> Currently the `CCC.VPC_2024.01.yaml` file has duplicate entries of the `CCC.C04.TR01` test requirement. One needs to be removed before being used. Removing lines 198-204 of the file will fix the issue.
14+
1215
> [!NOTE]
1316
> Version may change or you may need to expand the `Assets` section to find the latest yaml file.
1417
@@ -50,6 +53,7 @@ This guide allows you to not have to start from scratch on a new plugin.
5053

5154
```bash
5255
cp example $HOME/.privateer/bin
56+
cp config.yml ../
5357
cd ..
5458
privateer run
5559
```

0 commit comments

Comments
 (0)