2025-10-07 10:32:04 +01:00
|
|
|
# OCI Module Export
|
|
|
|
|
# Unified exports for OCI functionality
|
|
|
|
|
# Version: 1.0.0
|
|
|
|
|
|
2026-04-17 09:11:19 +01:00
|
|
|
# oci/ subsystem facade — selective re-exports (ADR-025 Phase 3 Layer 3).
|
|
|
|
|
export use client.nu [
|
|
|
|
|
build-artifact-ref get-oci-config is-oci-available load-oci-token
|
|
|
|
|
oci-artifact-exists oci-delete-artifact oci-get-artifact-manifest
|
|
|
|
|
oci-get-artifact-tags oci-list-artifacts oci-pull-artifact
|
|
|
|
|
oci-push-artifact test-oci-connection
|
|
|
|
|
]
|
|
|
|
|
export use commands.nu [
|
|
|
|
|
"oci config" "oci copy" "oci delete" "oci inspect" "oci list"
|
|
|
|
|
"oci login" "oci logout" "oci pull" "oci push" "oci search" "oci tags"
|
|
|
|
|
]
|