posit-dev / publisher

MIT License
3 stars 0 forks source link

List recursive options for deployments and entrypoints #1852

Open dotNomad opened 2 weeks ago

dotNomad commented 2 weeks ago

On hold waiting for #1850

With the new recursive APIs we can show all of the options, even ones in nested folders.

The Deployment selection should use the ?recursive=true query param to show all Deployments.

When creating a new Deployment, the entrypoints listed should use ?recursive=true to show the user all entrypoints. (This will be adjusted in the future, but is the simplest solution right now).


Part of the #1849 epic