Is your feature request related to a problem? Please describe.
Sometimes we deploy Athens offline in enterprise/team environments, completely isolated from the internet, requiring file synchronization via storage media or other methods. In such cases, operations like copying, renaming, and placing files in designated locations become cumbersome. Can we provide an official tool for packages archiving, packages insertion, and packages management?
Describe the solution you'd like
The main purpose is to solve the package synchronization problem in offline deployment. Including fratures like:
- Export packages to a single file, includes the package name, version number, metadata, etc.
- Import packages to Athens,using metadata from this single file, which created by export step above, no other operations needed.
- Clean up packages. Some packages was deprecated, or should use its new verion, the tools could analyze the download requests (maybe need Athens store these information for analyze), delete packages by given strategy like: delete by create time, LRU(Least Recently Used), LFU (Least Frequently Used), delete package@version.
- These tools can be integrated into Athens' binaries or provided as separate binaries.
Describe alternatives you've considered
Maybe a full featured website? for manage packages. I think this could be another project, Athens need expose Endpoints for the website, authentication and access control should be considered.
Additional context
Is your feature request related to a problem? Please describe.
Sometimes we deploy Athens offline in enterprise/team environments, completely isolated from the internet, requiring file synchronization via storage media or other methods. In such cases, operations like copying, renaming, and placing files in designated locations become cumbersome. Can we provide an official tool for packages archiving, packages insertion, and packages management?
Describe the solution you'd like
The main purpose is to solve the package synchronization problem in offline deployment. Including fratures like:
Describe alternatives you've considered
Maybe a full featured website? for manage packages. I think this could be another project, Athens need expose Endpoints for the website, authentication and access control should be considered.
Additional context