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
Given a user wants to see what types of resources can be deleted for their iaas When they run leftovers --iaas one-of-them types without setting credentials Then it fails trying to create an authenticated client for that iaas & does not list the types of resources that can be deleted.
the way it should work
Given a user wants to see what types of resources can be deleted for their iaas When they run leftovers --iaas one-of-them types without setting credentials Then it lists all the types of resources that can be deleted.
The text was updated successfully, but these errors were encountered:
the way it currently works
Given a user wants to see what types of resources can be deleted for their iaas
When they run
leftovers --iaas one-of-them types
without setting credentialsThen it fails trying to create an authenticated client for that iaas & does not list the types of resources that can be deleted.
the way it should work
Given a user wants to see what types of resources can be deleted for their iaas
When they run
leftovers --iaas one-of-them types
without setting credentialsThen it lists all the types of resources that can be deleted.
The text was updated successfully, but these errors were encountered: