Commit Graph

3 Commits (main)

Author SHA1 Message Date
Drew Bednar 840b84b120 Adding Cobra CLI to project (#2)
continuous-integration/drone/push Build is passing Details
I would like to have a composable cli tool with subcommands for management of the Flux Feed application. This PR restructures the cmd package according to conventions outlined in the Cobra user guide https://github.com/spf13/cobra/blob/main/site/content/user_guide.md

At present only the database migrate command is implemented, and with minimal functionality. Future work will have to add additional flags and information on how to declare the location of the database to be migrated.

Reviewed-on: #2
6 months ago
Drew Bednar c3f271bcfd Adding SQL support to application. (#1)
continuous-integration/drone/push Build is passing Details
Adds new packages to support sqlite3 database as a supported backend.

Reviewed-on: #1
6 months ago
Drew Bednar ae5965f2e1 Working initial setup 6 months ago