Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update how-to-generate-example-plugin.md with missing parts #73

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/how-to-generate-example-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ This guide allows you to not have to start from scratch on a new plugin.

- 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)

> [!WARNING]
> 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.

> [!NOTE]
> Version may change or you may need to expand the `Assets` section to find the latest yaml file.

Expand Down Expand Up @@ -50,6 +53,7 @@ This guide allows you to not have to start from scratch on a new plugin.

```bash
cp example $HOME/.privateer/bin
cp config.yml ../
cd ..
privateer run
```
Loading