Skip to content

Commit 396ce97

Browse files
committed
chore(boil): Add dev comments for image subcommands
1 parent cdd6d74 commit 396ce97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

rust/boil/src/cli/image.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ pub struct ImageArguments {
1111

1212
#[derive(Debug, Subcommand)]
1313
pub enum ImageCommand {
14+
/// Lists images known by boil with all available versions.
1415
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>`.
1520
Check(ImageCheckArguments),
1621
}
1722

0 commit comments

Comments
 (0)