mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-03-13 09:58:07 -04:00
add missing opts from v7.0.3
The week 2024-20-v7.0 cherry pick PR (#3772) added a fix that added a new type option on the cli: "Fix missing migrate actions artifacts". https://codeberg.org/forgejo/forgejo/src/branch/v7.0/forgejo/cmd/migrate_storage.go#L37 References: - https://codeberg.org/forgejo/forgejo/pulls/3772 - https://codeberg.org/forgejo/forgejo/src/branch/v7.0/forgejo/cmd/migrate_storage.go#L37
This commit is contained in:
parent
9a82bf41bc
commit
b3a86302e2
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ OPTIONS:
|
||||||
--custom-path value, -C value Set custom path (defaults to '{WorkPath}/custom')
|
--custom-path value, -C value Set custom path (defaults to '{WorkPath}/custom')
|
||||||
--config value, -c value Set custom config file (defaults to '{WorkPath}/custom/conf/app.ini')
|
--config value, -c value Set custom config file (defaults to '{WorkPath}/custom/conf/app.ini')
|
||||||
--work-path value, -w value Set Forgejo's working path (defaults to the directory of the Forgejo binary)
|
--work-path value, -w value Set Forgejo's working path (defaults to the directory of the Forgejo binary)
|
||||||
--type value, -t value Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log'
|
--type value, -t value Type of stored files to copy. Allowed types: 'attachments', 'lfs', 'avatars', 'repo-avatars', 'repo-archivers', 'packages', 'actions-log', 'actions-artifacts
|
||||||
--storage value, -s value New storage type: local (default) or minio
|
--storage value, -s value New storage type: local (default) or minio
|
||||||
--path value, -p value New storage placement if store is local (leave blank for default)
|
--path value, -p value New storage placement if store is local (leave blank for default)
|
||||||
--minio-endpoint value Minio storage endpoint
|
--minio-endpoint value Minio storage endpoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue