Closed calvinchengx closed 4 years ago
It is rather inconvenient to access the migration cli as a separate app from our main server app.
Let's unify them with spf13/cobra so we can issue consistent command line commands from our project root.
spf13/cobra
We choose spf13/cobra over urfave/cli because cobra supports subcommands.
urfave/cli
It is rather inconvenient to access the migration cli as a separate app from our main server app.
Let's unify them with
spf13/cobra
so we can issue consistent command line commands from our project root.