You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add update repository command to apply new changes to repository or create new one.
This command takes mandatory --file or -f parameter with repository config, see: https://github.com/artipie/artipie/wiki/Configuration-Repository. And it takes mandatory repository key (it's just repository name for flat layout, e.g. mydocker; or org+name for org layout, e.g. artipie/mydocker).
Add
update repository
command to apply new changes to repository or create new one.This command takes mandatory
--file
or-f
parameter with repository config, see: https://github.com/artipie/artipie/wiki/Configuration-Repository. And it takes mandatory repository key (it's just repository name forflat
layout, e.g.mydocker
; or org+name fororg
layout, e.g.artipie/mydocker
).API docs: https://github.com/artipie/maven-adapter/
Ticket: #2
The text was updated successfully, but these errors were encountered: