Skip to content

Commit 8d6ddfc

Browse files
updating USERGUIDE
1 parent 2d54134 commit 8d6ddfc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

cmd/exporter/docs/USERGUIDE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ The `xpcf` tool observes *Cloud Foundry* resources and exports them as managed C
77

88
# TODO Installation
99

10+
## Nix users
11+
12+
Nix users can easily execute the `xpcf` tool using the following command:
13+
14+
```bash
15+
nix run github:SAP/crossplane-provider-cloudfoundry/<version>#xpcf -- <flags>
16+
```
17+
18+
To get the *help* for version v0.3.4, execute
19+
20+
```bash
21+
nix run github:SAP/crossplane-provider-cloudfoundry/v0.3.4#xpcf -- --help
22+
```
1023

1124
# Quick Start
1225

0 commit comments

Comments
 (0)