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 f400981 commit 3d05f48Copy full SHA for 3d05f48
README.md
@@ -22,7 +22,7 @@ func main() {
22
path := fmt.Sprintf("%s/.cfconfig", os.Getenv("HOME"))
23
options := utils.ReadAuthContext(path, "")
24
cf := codefresh.New(options)
25
- cf.GetPipelines()
+ cf.Pipelines().List()
26
}
27
```
28
0 commit comments