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
When a user has more than one NonAdminBackupStorageLocation (NABSL) in their namespace (approved or not approved), the CLI should prompt the user to choose which storage location to use for nonadmin backup creation, rather than failing or requiring manual flag input.
Background
PR #193 (#193) introduced auto-selection of the storage location when exactly one NABSL exists in the namespace. This follow-up issue tracks the complementary behavior: interactive prompting when multiple NABSLs exist.
If more than one NABSL exists (regardless of approved/not approved status) → prompt the user interactively to pick one before proceeding with backup creation
Summary
When a user has more than one NonAdminBackupStorageLocation (NABSL) in their namespace (approved or not approved), the CLI should prompt the user to choose which storage location to use for nonadmin backup creation, rather than failing or requiring manual flag input.
Background
PR #193 (#193) introduced auto-selection of the storage location when exactly one NABSL exists in the namespace. This follow-up issue tracks the complementary behavior: interactive prompting when multiple NABSLs exist.
Desired Behavior
References