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

Feature: Add command for installing an extension #2

Open
alistairjevans opened this issue Apr 12, 2020 · 0 comments
Open

Feature: Add command for installing an extension #2

alistairjevans opened this issue Apr 12, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alistairjevans
Copy link
Contributor

Need a simple command for adding an extension. Adding an extension involves modifying (or creating) an in-memory autostep.config.json with the new extension, then doing a basic extension load to verify the extension is loadable. If the extension load works, then write the new autostep config to disk.

Maybe add support for 'what-if?' mode to extension install in AutoStep.Extensions?

Example Usage:

Simple

> autostep add extension AutoStep.Web
Added AutoStep.Web; current version is 1.0.1.

Specific Version

> autostep add extension AutoStep.Web -v 1.1.0
Added AutoStep.Web; current version is 1.0.1

Allow Prerelease Extension

> autostep add extension AutoStep.Web --prerelease
Added AutoStep.Web; current version is 1.0.1-develop.83
@alistairjevans alistairjevans added enhancement New feature or request good first issue Good for newcomers labels Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

1 participant