We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d54134 commit 8d6ddfcCopy full SHA for 8d6ddfc
1 file changed
cmd/exporter/docs/USERGUIDE.md
@@ -7,6 +7,19 @@ The `xpcf` tool observes *Cloud Foundry* resources and exports them as managed C
7
8
# TODO Installation
9
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
21
+nix run github:SAP/crossplane-provider-cloudfoundry/v0.3.4#xpcf -- --help
22
23
24
# Quick Start
25
0 commit comments