Skip to content

Commit

Permalink
add msg about pro
Browse files Browse the repository at this point in the history
hard to justify the project at the moment, most people are using the OSS version. If you are using it for
commercial purposes please sub so I can improve it
  • Loading branch information
tj committed Dec 4, 2018
1 parent 5326578 commit e11813f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reporter/text/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ func (r *reporter) Start() {
s += " (version " + v + ")"
}
r.complete("deploy", s, e.Duration("duration"))
fmt.Printf(`
Please consider subscribing to Up Pro for additional features and to help keep the project alive!
Visit https://github.com/apex/up#pro-features for details.
`)
case "platform.function.create":
r.inlineProgress = true
case "stack.create":
Expand Down

2 comments on commit e11813f

@cloudkite
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tj would be super sad if Up is discontinued. How about making more or even all future features pro only to encourage people to upgrade? like layers, websockets, fargate etc

@tj
Copy link
Member Author

@tj tj commented on e11813f Dec 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cloudkite I don't think I'll ever discontinue it since there's not much overhead in maintaining it as-is, but I'll definitely try to get some of those newer features in there and see how that goes! Thanks man

Please sign in to comment.