Closed jobala closed 3 years ago
With 4700+ files changed (most generated), are there specific things to look for? Also, which commits should I focus on?
@MIchaelMainer I have specified the files with changes in the PR description. Most of the work was done in commits made in Dec 1st and 2nd.
Overview
Supports users switching between beta and v1.0
Demo
Selecting Graph Version
Show current graph version
Notes
The CLI will ship with both v1.0 and beta extensions then we use the graph version property to switch between beta and v1.0 extensions. The CLI loads v1.0 extensions by default.
Testing Instructions
mg graph-version select
to select the graph versionmg graph-version show-current
to see the current graph versionFiles to review
Closes #53