BuildahRegistryLoginSettings.

PasswordStdin Property

Summary

Gets or sets --password-stdin. default: false. Take the password from stdin.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
BuildahRegistryLoginSettings

Syntax

public Nullable<bool> PasswordStdin { get; set; }

Value

Type Description
Nullable<bool>