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
returnnil, "", nil, fmt.Errorf("no deployments configured\nHint: use `oasis rofl create` to register a new ROFL app and create a deployment")
73
73
}
74
74
printAvailableDeployments(manifest)
75
-
returnnil, "", nil, fmt.Errorf("no default deployment configured\nHint: use `oasis rofl set-default <name>` to set a default deployment")
75
+
returnnil, "", nil, fmt.Errorf("no deployment selected\nHint: Run this command with --deployment to select one or `oasis rofl set-default <name>` to set a default deployment")
0 commit comments