mbecker20 / komodo

🦎 a tool to build and deploy software on many servers 🦎
https://komo.do
GNU General Public License v3.0
1.56k stars 31 forks source link

[Feature] Add a directory system to builds and deployments so they can be grouped into folders #98

Open darainj opened 1 week ago

darainj commented 1 week ago

It's really difficult to manage a lot of deployments without a folder system atm

mbecker20 commented 1 week ago

This is the reason for tags, you can group related Resources by tag and then filter the views to Resources matching tags.

darainj commented 1 week ago

Then can we make it easier to create and delete tags? Right now, it's not very intuitive to do that. Would be a lot easier if you could create a tag and add/remove it from a deployment or build without having to click into the deployment/build

darainj commented 1 week ago

@mbecker20

mbecker20 commented 1 week ago

The resource tables already have tags in them. Perhaps putting the tag create button in each row of the table would help. There's another open issue here that is similar: https://github.com/mbecker20/komodo/issues/93.

Other than that, when you have many resources to manage, the best way is to use a Sync: https://komo.do/docs/sync-resources.