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 option to 'generate' cmd to generate Docker file #135

Closed
2 tasks done
jeevatkm opened this issue Oct 10, 2017 · 1 comment
Closed
2 tasks done

Add option to 'generate' cmd to generate Docker file #135

jeevatkm opened this issue Oct 10, 2017 · 1 comment
Assignees
Labels
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Oct 10, 2017

Goal of generate command - increases productivity and helps developer on tedious tasks during application development. It generates boilerplate code, configuration files and complement scripts, etc.

# For example to generate `docker` file
aah generate script --name docker --importpath github.com/user/appname

# Short form
aah g s -n docker -i github.com/user/appname

# If you're on app path
aah g s -n systemd

aah has automated build process for Docker Image creation. Supported Docker tags are -

  • aahframework/aah:latest - Latest production release.
  • aahframework/aah:{version} - Specific release version, for e.g.: aahframework/aah:v0.9.
  • aahframework/aah:edge - Latest development edge version.

This command generates two docker files -

  • Implementation
  • Documentation
@jeevatkm jeevatkm created this issue from a note in aah Roadmap (Backlog) Oct 10, 2017
@jeevatkm jeevatkm moved this from Backlog to v0.10 - Iteration in aah Roadmap Oct 10, 2017
@jeevatkm jeevatkm added this to the v0.10 Milestone milestone Oct 15, 2017
@jeevatkm jeevatkm added the cli-tool aah CLI tool label Oct 15, 2017
@jeevatkm jeevatkm moved this from v0.10 - Iteration to v0.10 - In Progress in aah Roadmap Feb 25, 2018
@jeevatkm jeevatkm self-assigned this Feb 26, 2018
jeevatkm added a commit to go-aah/tools that referenced this issue Mar 3, 2018
jeevatkm added a commit to go-aah/tools that referenced this issue Mar 4, 2018
jeevatkm added a commit to go-aah/docs that referenced this issue Mar 4, 2018
@jeevatkm
Copy link
Member Author

jeevatkm commented Mar 4, 2018

Done 😄

@jeevatkm jeevatkm closed this as completed Mar 4, 2018
@jeevatkm jeevatkm moved this from v0.10 - In Progress to v0.10 - Completed in aah Roadmap Mar 4, 2018
jeevatkm added a commit to go-aah/website that referenced this issue Mar 4, 2018
@jeevatkm jeevatkm moved this from v0.10 - Completed to Released to Audience in aah Roadmap Mar 29, 2018
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