HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Create a "switch" subcommand stubbed out #75

Closed HarrisKirk closed 1 year ago

HarrisKirk commented 1 year ago

I want to have a simple change via a PR that I can use to test the full development cycle for a developer (testing the API Key, GitHub access, etc)

This ticket is a refactoring that creates switch subcommands

DONE = A merged PR allows these commands to operate and REPLACES the existing "switch-create" , "switch-view" and "switch-delete" commands :

bgdctl switch create
bgdctl switch view
bgdctl switch delete

Note: The actual code for the switch will almost certainly be incomplete or wrong