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
There is only one available user setting for now: FullyQualifiedNamespaces. This is a list of strings and can be set by using the set action and providing comma separated values for each namespace.
The settings are used in the following subjects and actions when choosing a namespace
deadletter
resend
purge
queue
list
If there are no FullyQualifiedNamespaces set by the user, it will fallback to the old way of letting the user enter a namespace as a string.
The settings are saved into the following location ~/.servicebus-cli/config.json. This location only exists on Linux, so no Windows build for this version. Will fix in an upcoming version.