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

#5800: Updated cli document, with the rebuilding ecosystem info. #323

Merged
merged 5 commits into from
May 16, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,13 @@ the issue, see <https://github.com/dependabot/cli/issues/113#issuecomment-161012
[smoke-tests]: https://github.com/dependabot/smoke-tests/tree/main/tests
[dependabot-updater-job]: https://github.com/dependabot/dependabot-core/blob/main/updater/lib/dependabot/job.rb
[PAT]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

### `ensure_equivalent_gemfile_and_lockfile` error

Above error occurs when cli image is not up to date or cli image is not in sync with core.
It can be resolved by rebuilding the cli image.
below example shows how to rebuild the cli image of `go_module` ecosystem.
thavaahariharangit marked this conversation as resolved.
Show resolved Hide resolved
``` console
$ script/build go_modules
```