-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNOW-1011769: Adding 'spcs image-registry url' command.
- Loading branch information
1 parent
35516fd
commit 654ac02
Showing
8 changed files
with
182 additions
and
5 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# serializer version: 1 | ||
# name: test_get_registry_url_no_repositories_cli | ||
''' | ||
╭─ Error ──────────────────────────────────────────────────────────────────────╮ | ||
│ Current role cannot view any image repositories. Please ensure that at least │ | ||
│ one repository exists in your image registry and use a role with read access │ | ||
│ to at least one image repository before retrieving registry URL. │ | ||
╰──────────────────────────────────────────────────────────────────────────────╯ | ||
|
||
''' | ||
# --- |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# serializer version: 1 | ||
# name: test_get_registry_url | ||
''' | ||
╭─ Error ──────────────────────────────────────────────────────────────────────╮ | ||
│ Current role cannot view any image repositories. Please ensure that at least │ | ||
│ one repository exists in your image registry and use a role with read access │ | ||
│ to at least one image repository before retrieving registry URL. │ | ||
╰──────────────────────────────────────────────────────────────────────────────╯ | ||
|
||
''' | ||
# --- |
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