HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Add support for creating multiple switches #99

Open HarrisKirk opened 1 year ago

HarrisKirk commented 1 year ago

Change the logic of the switch "view" and "delete" subcommands to use the provided env and project tags to located the desired switch. In other words, add support to create multiple switches.

There will be a few reasons to have multiple switches. One for production (or QA) another for CICD and another for dev

DONE = the view and delete subcommands query for linodes matching the project and env (not the label as it does now)