mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 17:04:30 +00:00
- Add build-context helper to copy Docker context safely (ignore runtime data, keep symlinks) - Update UI and core actions to use ~/.prole/build and shared copy helper - Add/adjust tests and scripts; introduce knoe ops helpers and update manifests Co-authored-by: Junie <junie@jetbrains.com>
11 lines
150 B
Python
11 lines
150 B
Python
from __future__ import annotations
|
|
|
|
__all__ = [
|
|
"argocd",
|
|
"common_core",
|
|
"garage_store",
|
|
"openbao",
|
|
"opentofu",
|
|
"registry",
|
|
]
|