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 command fails, in this case became the project isn't empty the output error message can be improved with a much better repsonse for the user to knwo what is actually going on.
# project not empty /bin/harbor project delete elliotERRO[0000] failed to delete project: [DELETE /projects/{project_name_or_id}][412] deleteProjectPreconditionFailed &{Errors:[0x140004a2020]}
# project does not exist/bin/harbor project delete elliot --forceERRO[0000] failed to list repositories: [GET /projects/{project_name}/repositories][404] listRepositoriesNotFound &{Errors:[0x140002ef560]} ERRO[0000] failed to delete project: [GET /projects/{project_name}/repositories][404] listRepositoriesNotFound &{Errors:[0x140002ef560]}
The text was updated successfully, but these errors were encountered:
When a command fails, in this case became the project isn't empty the output error message can be improved with a much better repsonse for the user to knwo what is actually going on.
The text was updated successfully, but these errors were encountered: