This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Manage existing images and/or import new ones.
10
10
11
11
```
12
12
-h, --help help for images
13
- --user string Specifies the user (default "me")
13
+ --user string Specifies the user by email (default "me")
14
14
```
15
15
16
16
### Options inherited from parent commands
@@ -22,5 +22,5 @@ Manage existing images and/or import new ones.
22
22
### SEE ALSO
23
23
24
24
* [ coder] ( coder.md ) - coder provides a CLI for working with an existing Coder Enterprise installation
25
- * [ coder images ls] ( coder_images_ls.md ) - list all images owned by the active user
25
+ * [ coder images ls] ( coder_images_ls.md ) - list all images available to the active user
26
26
Original file line number Diff line number Diff line change 1
1
## coder images ls
2
2
3
- list all images owned by the active user
3
+ list all images available to the active user
4
4
5
5
### Synopsis
6
6
7
- List all Coder images owned by the active user.
7
+ List all Coder images available to the active user.
8
8
9
9
```
10
10
coder images ls [flags]
@@ -21,7 +21,7 @@ coder images ls [flags]
21
21
### Options inherited from parent commands
22
22
23
23
```
24
- --user string Specifies the user (default "me")
24
+ --user string Specifies the user by email (default "me")
25
25
-v, --verbose show verbose output
26
26
```
27
27
You can’t perform that action at this time.
0 commit comments