### What happened? The `rstuf artifact repository set` command allows user to set a default repository that doesn't exist in your configuration. ### What steps did you take? ```shell > rstuf artifact repository show local-tuf > rstuf artifact repository set inexisting-tuf Current repository changed to inexisting-tuf ``` ### What behavior did you expect? `rstuf artifact repository set` should only allow a configured repository. ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct