Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4932f061
Commit
4932f061
authored
Sep 24, 2020
by
Michael Aigner
Committed by
tonka3000
Sep 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove --all from conan search commands
parent
d4628f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/packages/conan_repository/index.md
doc/user/packages/conan_repository/index.md
+4
-4
No files found.
doc/user/packages/conan_repository/index.md
View file @
4932f061
...
...
@@ -119,7 +119,7 @@ Once the remote is set, you can use the remote when running Conan commands by ad
For example:
```
shell
conan search Hello
*
--
all
--
remote
=
gitlab
conan search Hello
*
--remote
=
gitlab
```
### Instance level remote
...
...
@@ -285,9 +285,9 @@ The `conan search` command can be run searching by full or partial package name,
To search using a partial name, use the wildcard symbol
`*`
, which should be placed at the end of your search (for example,
`my-packa*`
):
```
shell
conan search Hello
--
all
--
remote
=
gitlab
conan search He
*
--
all
--
remote
=
gitlab
conan search Hello/0.1@mycompany/beta
--
all
--
remote
=
gitlab
conan search Hello
--remote
=
gitlab
conan search He
*
--remote
=
gitlab
conan search Hello/0.1@mycompany/beta
--remote
=
gitlab
```
The scope of your search includes all projects you have permission to access, this includes your private projects as well as all public projects.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment