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
198256dc
Commit
198256dc
authored
Jan 24, 2022
by
Tim Rizzi
Committed by
Nick Gaskill
Jan 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add options for clearing cache to the docs
parent
bc3b44f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
doc/user/packages/composer_repository/index.md
doc/user/packages/composer_repository/index.md
+10
-0
doc/user/packages/pypi_repository/index.md
doc/user/packages/pypi_repository/index.md
+10
-0
No files found.
doc/user/packages/composer_repository/index.md
View file @
198256dc
...
@@ -349,6 +349,16 @@ used to access them:
...
@@ -349,6 +349,16 @@ used to access them:
subgroups.
subgroups.
-
A project deploy token only has access to packages published to that particular project.
-
A project deploy token only has access to packages published to that particular project.
## Troubleshooting
To improve performance, Composer caches files related to a package. Note that Composer doesn't remove data by
itself. The cache grows as new packages are installed. If you encounter issues, clear the cache with
this command:
```
shell
composer clearcache
```
## Supported CLI commands
## Supported CLI commands
The GitLab Composer repository supports the following Composer CLI commands:
The GitLab Composer repository supports the following Composer CLI commands:
...
...
doc/user/packages/pypi_repository/index.md
View file @
198256dc
...
@@ -407,6 +407,16 @@ characters are removed.
...
@@ -407,6 +407,16 @@ characters are removed.
A
`pip install`
request for
`my.package`
looks for packages that match any of
A
`pip install`
request for
`my.package`
looks for packages that match any of
the three characters, such as
`my-package`
,
`my_package`
, and
`my....package`
.
the three characters, such as
`my-package`
,
`my_package`
, and
`my....package`
.
## Troubleshooting
To improve performance, PyPI caches files related to a package. Note that PyPI doesn't remove data by
itself. The cache grows as new packages are installed. If you encounter issues, clear the cache with
this command:
```
shell
pip cache purge
```
## Supported CLI commands
## Supported CLI commands
The GitLab PyPI repository supports the following CLI commands:
The GitLab PyPI repository supports the following CLI commands:
...
...
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