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
cf api --unset allows users to remove any API information stored in their config without necessarily replace it with new information.
Acceptance Criteria
GIVEN I have targeted a cf-k8s foundation with cf api WHEN I run cf api --unset THEN I see all API information removed from $CF_HOME/config.json and CFOnK8s.Enabled set to false
Dev Notes
This should follow the same solution adopted for cloudfoundry/cf-k8s-api#70, but apply it to Actor.ClearTarget instead of Actor.SetTarget.
The text was updated successfully, but these errors were encountered:
Blockers/Dependencies
cf-k8s
foundation viacf api
cf-k8s-api#10Background
cf api --unset
allows users to remove any API information stored in their config without necessarily replace it with new information.Acceptance Criteria
GIVEN I have targeted a
cf-k8s
foundation withcf api
WHEN I run
cf api --unset
THEN I see all API information removed from
$CF_HOME/config.json
andCFOnK8s.Enabled
set tofalse
Dev Notes
This should follow the same solution adopted for cloudfoundry/cf-k8s-api#70, but apply it to
Actor.ClearTarget
instead ofActor.SetTarget
.The text was updated successfully, but these errors were encountered: