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

Import variant commands from various versioned sources #51

Closed
mumoshu opened this issue Feb 1, 2019 · 1 comment
Closed

Import variant commands from various versioned sources #51

mumoshu opened this issue Feb 1, 2019 · 1 comment

Comments

@mumoshu
Copy link
Owner

mumoshu commented Feb 1, 2019

So that you can create a common/library variant commands to be versioned and reused.

tasks:
  anothercmd:
    # Basically runs `go-getter github.com/foo/bar?ref=v0.1.0//dir /tmp/somewhere` and then include the command definition from /tmp/somewhere/anothercmd
    import: github.com/foo/bar?ref=v0.1.0//dir/anothercmd

This can be an implementation detail, or the first step of #5

@osterman
Copy link
Sponsor

osterman commented Feb 6, 2019

Yes!! Want this badly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants