Skip to content
Snippets Groups Projects
Commit 9f2316a2 authored by Will Murphy's avatar Will Murphy
Browse files

WIP - left on playground

parent e6229fbc
No related branches found
No related tags found
No related merge requests found
......@@ -49,15 +49,11 @@ func (c *BasicPlugin) Run(cliConnection plugin.CliConnection, args []string) {
println("need a space!")
}
fmt.Println("Testing v7 command...")
out, err := cliConnection.V3CliCommand("app", "dora")
fmt.Println(out)
out, err := cliConnection.V3CliCommand("push", "dora", "--droplet", "/tmp/dora.droplet")
if err != nil {
fmt.Printf("running command broke: %s\n", err.Error())
}
fmt.Println("Testing legacy command...")
out, err = cliConnection.V3CliCommand("create-quota", "testing-quota", "-i", "256m")
fmt.Println(out)
if err != nil {
fmt.Printf("running legacy command broke: %s\n", err.Error())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment