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

feat: adding fuels info command #2802

Closed
wants to merge 16 commits into from
Closed

Conversation

arboleya
Copy link
Member

@arboleya arboleya commented Jul 21, 2024

Release notes

In this release, we:

  • Added a fuels info command to assist with issue reporting

Summary

The idea is to have a command that outputs all the information we ask for in our issue templates:

This can replace the fuels troubleshoot for now.

$ pnpm fuels info
{
  "sdkVersions": {
    "FORC": "0.62.0",
    "FUEL_CORE": "0.31.0",
    "FUELS": "0.92.1"
  },
  "toolchainVersions": {
    "error": null,
    "systemForcVersion": "0.61.1",
    "systemForcPath": "forc",
    "systemFuelCoreVersion": "0.30.0",
    "systemFuelCorePath": "fuel-core"
  },
  "nodeVersion": "v22.3.0",
  "osType": "Darwin",
  "osArch": "arm64"
}

Checklist

  • I addedtests to prove my changes
  • I updated — all the necessary docs
  • I reviewed — the entire PR myself, using the GitHub UI
  • I described — all breaking changes and the Migration Guide

@arboleya arboleya added the feat Issue is a feature label Jul 21, 2024
@arboleya arboleya self-assigned this Jul 21, 2024
@arboleya arboleya mentioned this pull request Jul 21, 2024
4 tasks
Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
79.76%(+0%) 72.16%(+0%) 77.76%(-0.05%) 79.89%(-0.01%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ packages/fuels/src/cli/commands/info/index.ts 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
✨ packages/fuels/src/cli/commands/info/snapshot.ts 100%
(+100%)
100%
(+100%)
100%
(+100%)
100%
(+100%)

@arboleya arboleya closed this Aug 15, 2024
@arboleya arboleya deleted the aa/feat/adding-info-command branch August 15, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a fuels troubleshoot command
1 participant