CLI: Add datasource:delete command

This commit is contained in:
Jason Wilder
2015-02-15 13:31:00 -07:00
parent 22652889b2
commit b97361b193
2 changed files with 40 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func main() {
app.Version = version
app.Commands = []cli.Command{cmd.Web, cmd.ImportJson,
cmd.ListAccounts, cmd.CreateAccount, cmd.DeleteAccount,
cmd.ListDataSources, cmd.CreateDataSource, cmd.DescribeDataSource}
cmd.ListDataSources, cmd.CreateDataSource, cmd.DescribeDataSource, cmd.DeleteDataSource}
app.Flags = append(app.Flags, []cli.Flag{
cli.StringFlag{
Name: "config",