command-index
index
¤
Manage the local index.
list
¤
List insiders repositories.
List the watched repositories.
Options | Description | Default |
---|---|---|
-s , --sources-directory SOURCES_DIRECTORY | Directory where the sources are stored. | index.sources-directory config-value or /home/user/.cache/insiders |
-d , --distributions-directory DISTRIBUTIONS_DIRECTORY | Directory where the distributions are stored. | index.distributions-directory config-value or /home/user/.local/share/insiders |
-i , --dists | List distributions. | True |
-p , --projects | List projects. | True |
add
¤
Add insiders repositories.
Add a repository to the watched repositories.
Arguments | Description | Default |
---|---|---|
REPOSITORIES | List of repositories (GitHub namespace/project or Git URL git@host:repo). |
Options | Description | Default |
---|---|---|
-s , --sources-directory SOURCES_DIRECTORY | Directory where the sources are stored. | index.sources-directory config-value or /home/user/.cache/insiders |
-d , --distributions-directory DISTRIBUTIONS_DIRECTORY | Directory where the distributions are stored. | index.distributions-directory config-value or /home/user/.local/share/insiders |
-u , --url URL | URL of the index to upload packages to. | index.url config-value or http://localhost:31411 |
remove
¤
Remove insiders repositories.
Remove a repository from the watched repositories.
Arguments | Description | Default |
---|---|---|
REPOSITORIES | List of repository names. |
Options | Description | Default |
---|---|---|
-s , --sources-directory SOURCES_DIRECTORY | Directory where the sources are stored. | index.sources-directory config-value or /home/user/.cache/insiders |
-d , --distributions-directory DISTRIBUTIONS_DIRECTORY | Directory where the distributions are stored. | index.distributions-directory config-value or /home/user/.local/share/insiders |
update
¤
Update insiders packages.
Update watched projects.
Arguments | Description | Default |
---|---|---|
REPOSITORIES | List of repository names. |
Options | Description | Default |
---|---|---|
-s , --sources-directory SOURCES_DIRECTORY | Directory where the sources are stored. | index.sources-directory config-value or /home/user/.cache/insiders |
-d , --distributions-directory DISTRIBUTIONS_DIRECTORY | Directory where the distributions are stored. | index.distributions-directory config-value or /home/user/.local/share/insiders |
-u , --url URL | URL of the index to upload packages to. | index.url config-value or http://localhost:31411 |
start
¤
Start the server.
Start the server in the background.
Options | Description | Default |
---|---|---|
-s , --sources-directory SOURCES_DIRECTORY | Directory where the sources are stored. | index.sources-directory config-value or /home/user/.cache/insiders |
-d , --distributions-directory DISTRIBUTIONS_DIRECTORY | Directory where the distributions are stored. | index.distributions-directory config-value or /home/user/.local/share/insiders |
-u , --url URL | URL to serve the index at. | index.url config-value or http://localhost:31411 |
-b , --background | Run the server in the background. | index.start-in-background config-value or False |
-l , --log-path LOG_PATH | Where to write index server logs. | index.log-path config-value or standard error |
status
¤
Show the server status.
Show the server status.
stop
¤
Stop the server.
Stop the server.
logs
¤
Show the server logs.
Show the server logs.