fluxcd / pkg

Toolkit common packages
https://pkg.go.dev/github.com/fluxcd/pkg
Apache License 2.0
48 stars 84 forks source link

Feature Request: Make tree command a library in this repo #647

Open matheuscscp opened 1 year ago

matheuscscp commented 1 year ago

Hi,

I'm developing an internal CLI on top of Flux to make it easier for my team to transition and would like to use the code of the tree command. I see that this command still has a warning of being experimental, are there any specific pending action items to get this command generally available and the code provided in this repo as a library? I'm happy to make contributions towards that.

Thanks in advance!

makkes commented 1 year ago

I like the idea to expose some of the functionality of the CLI in the Go library.

stefanprodan commented 1 year ago

I'm Ok with tree being in moved in flux2/pkg/tree next to bootstrap instead of being moved here in this repo.