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
To run snforge, it is required to have rust installed in a correct version. This is so plugins can be built.
Add a runtime check that verifies the compatibility of snforge with dependencies installed in the system.
The check should be run before any snforge command.
The output should always be shown when running snforge compatibility-check
If running any other commands, only show the ouput if any compatibility check failed. If all passed, do not show the output.
The text was updated successfully, but these errors were encountered:
<!-- Reference any GitHub issues resolved by this PR -->
Closes#2720Closes#2719
## Introduced changes
<!-- A brief description of the changes -->
- Added requirements validation as a mandatory step before any `snforge`
command. The output is only shown if validation fails
- Added new subcommand `snforge check-requirements` that always displays
validation output.
## Checklist
<!-- Make sure all of these are complete -->
- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
To run
snforge
, it is required to have rust installed in a correct version. This is so plugins can be built.Add a runtime check that verifies the compatibility of
snforge
with dependencies installed in the system.The check should be run before any snforge command.
The output should always be shown when running
snforge compatibility-check
If running any other commands, only show the ouput if any compatibility check failed. If all passed, do not show the output.
The text was updated successfully, but these errors were encountered: