ak repo create --repo-type proxy sends repo_type=proxy, which current backends reject with VALIDATION_ERROR Invalid repo type: proxy (accepted values are local/remote/virtual). The request also omits the required name field, producing missing field name errors. Align the CLI vocabulary with the API (or map proxy to remote) and send name (default it to the key).
ak repo create --repo-type proxy sends repo_type=proxy, which current backends reject with VALIDATION_ERROR Invalid repo type: proxy (accepted values are local/remote/virtual). The request also omits the required name field, producing missing field name errors. Align the CLI vocabulary with the API (or map proxy to remote) and send name (default it to the key).