-
Notifications
You must be signed in to change notification settings - Fork 669
gitlab project-file raw: error: unrecognized arguments: --ref XXX #3032
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
Comments
Ah, we fixed for the API but not CLI. Thanks for the report @Overmorrow1501! |
ebishop
added a commit
to ebishop/python-gitlab
that referenced
this issue
Jan 3, 2025
…on-gitlab#3032) The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
ebishop
added a commit
to ebishop/python-gitlab
that referenced
this issue
Jan 3, 2025
…on-gitlab#3032) The ref parameter was removed in python-gitlab v4.8.0. This will add ref back as an optional parameter for the project-file raw cli command.
2 tasks
nejch
pushed a commit
to ebishop/python-gitlab
that referenced
this issue
Jan 20, 2025
…on-gitlab#3032) The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
nejch
pushed a commit
to ebishop/python-gitlab
that referenced
this issue
Jan 22, 2025
…on-gitlab#3032) The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
nejch
pushed a commit
to ebishop/python-gitlab
that referenced
this issue
Jan 22, 2025
…on-gitlab#3032) The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
nejch
pushed a commit
that referenced
this issue
Jan 22, 2025
The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem, including code/CLI snippet
Using
gitlab project-file raw
with option--ref
will trigger the following error:gitlab: error: unrecognized arguments: --ref main
Command used:
Actual Behavior
As stated in change-log https://python-gitlab.readthedocs.io/en/v4.13.0/changelog.html#v4-8-0-2024-07-16,
ref
param should be optional not an unrecognized argumentsSpecifications
The text was updated successfully, but these errors were encountered: