Permalink
Please sign in to comment.
Showing
with
33 additions
and 41 deletions.
- +6 −6 README.md
- +9 −7 cli/deploy.go
- +0 −19 cli/version.go
- +1 −1 cmd/spread/info.go
- +17 −8 roadmap.md
12
README.md
16
cli/deploy.go
19
cli/version.go
@@ -1,19 +0,0 @@ | ||
-package cli | ||
- | ||
-import ( | ||
- "fmt" | ||
- | ||
- "github.com/codegangsta/cli" | ||
-) | ||
- | ||
-// Version returns the current spread version | ||
-func (spread SpreadCli) Version() *cli.Command { | ||
- return &cli.Command{ | ||
- Name: "version", | ||
- Aliases: []string{"v"}, | ||
- Usage: "prints spread version", | ||
- Action: func(c *cli.Context) { | ||
- fmt.Fprintf(spread.out, "Spread version is %s\n", spread.version) | ||
- }, | ||
- } | ||
-} |
2
cmd/spread/info.go
25
roadmap.md
0 comments on commit
5bd022b