Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aah switch command for switching aah between release and edge version #113

Closed
jeevatkm opened this issue Sep 8, 2017 · 1 comment
Closed
Assignees
Labels
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Sep 8, 2017

Goal of aah switch command is to provide capability to switch between aah release and edge version.

Current approach to get aah edge version is bit complex and difficult when aah user ran into package related errors. Also updating the their codebase also pain. For example: aah.v0 vs aah.v0-unstable.

So aah switch command will take away that pain and provides:

  • Seamless way to try out aah edge version
  • I can get quick feedbacks/inputs from aah user before the actual release 😃
  • No need to update the aah application to *-unstable

Basically command does toggle between release and edge version

# posix long flag
aah switch

# posix short flag
aah s

To check? am I using which version...

# posix long flag
aah switch --whoami 

# posix short flag
aah s -w

Limitations:

  • This command always operates on latest version, specific version is not supported
  • To begin, it works with only GOPATH. Gradually I will add vendorize support too
@jeevatkm jeevatkm added cli-tool aah CLI tool feature labels Sep 8, 2017
@jeevatkm jeevatkm added this to Backlog in aah Roadmap Sep 9, 2017
@jeevatkm jeevatkm moved this from Backlog to v0.9 - In Progress in aah Roadmap Sep 27, 2017
@jeevatkm jeevatkm self-assigned this Sep 27, 2017
@jeevatkm jeevatkm added this to the v0.9 Milestone milestone Sep 27, 2017
jeevatkm added a commit to go-aah/tools that referenced this issue Sep 28, 2017
@jeevatkm
Copy link
Member Author

It's done, coming in v0.9 :)

@jeevatkm jeevatkm moved this from v0.9 - In Progress to v0.9 - Completed in aah Roadmap Sep 28, 2017
@jeevatkm jeevatkm moved this from v0.9 - Completed to Released to Audience in aah Roadmap Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

1 participant