We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6d74 commit 396ce97Copy full SHA for 396ce97
1 file changed
rust/boil/src/cli/image.rs
@@ -11,7 +11,12 @@ pub struct ImageArguments {
11
12
#[derive(Debug, Subcommand)]
13
pub enum ImageCommand {
14
+ /// Lists images known by boil with all available versions.
15
List(ImageListArguments),
16
+
17
+ /// Checks if all images known by boil are available in the specified registries.
18
+ ///
19
+ /// Access tokens must be provided with the following name: `BOIL_REGISTRY_TOKEN_<REGISTRY_URI>`.
20
Check(ImageCheckArguments),
21
}
22
0 commit comments