You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.Example Usage:
Simple
Specific Version
Allow Prerelease Extension
The text was updated successfully, but these errors were encountered: