We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90247df commit 9785ff4Copy full SHA for 9785ff4
docs/run.md
@@ -35,6 +35,7 @@ Follow [installation instructions][download-kpt] to get the `kpt` CLI.
35
```sh
36
kpt pkg get [email protected]:GoogleContainerTools/kpt-functions-sdk.git/example-configs example-configs
37
cd example-configs
38
+git add . && git commit -m 'fetched example-configs'
39
```
40
41
The `fn source` and `fn sink` sub-commands are implementations of [source and sink functions][concept-source] respectively:
0 commit comments