This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 161
repo search
documentation is wrong
#984
Comments
So few things here.
|
|
The API host is found by
So you either have to set
I agree with this. Since the tool is being adopted by GitLab( #983) feel free to open an issue there. |
This issue has been automatically marked as stale because it has not had recent activity. We haven't had the time to address it yet, but we want to keep it open. This message is just a reminder for us to help triage issues. |
ashumkin
pushed a commit
to ashumkin/glab
that referenced
this issue
Sep 6, 2023
Transition copyright/license to GitLab Closes profclems#984 See merge request gitlab-org/cli!987
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
glab config set gitlab_uri https://example.com
failed to set "gitlab_uri" to "https://example.com": failed to write config: not a git repository
alias glab
alias glab='GITLAB_HOST=https://example.com glab'
$ glab repo search
required flag(s) "search" not set
$ glab repo search docker
accepts 0 arg(s), received 1
Expected Behavior vs Actual Behavior
Commands actually work and tool is useful.
Possible Fix
Steps to Reproduce
All should be obvious via description section.
Logs
Your Environment
glab --version
): glab version 1.22.0 (2022-01-10)Mac OS (12.0.1) on M1 tool installed via homebrew.
The text was updated successfully, but these errors were encountered: