-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): Fix app resolution - respect owner in config
The backend refactor that removed global aliases was not fully reflected in the CLI, breaking "wasmer app get" and similar commands that all back the reading the local app.yaml file. This commit * Removes the `Alias` variant of AppIdent, since there conceptually are no global aliases anymore, just domains * Makes the resolution respect the `owner` in the config * Falls back to trying to get the app by name with the current user as the owner
- Loading branch information
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters