mill.javalib.PublishModule.GpgKey
See theGpgKey companion class
object GpgKey
Attributes
- Companion
- class
- Source
- PublishModule.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GpgKey.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Creates an instance if the passphrase is not empty.
Creates an instance if the passphrase is not empty.
def createFromEnvVars(maybeKeyId: Option[String], maybePassphrase: Option[String]): Option[Either[String, GpgKey]]
Value parameters
- maybeKeyId
-
will be None if the PGP key was not provided in the environment.
- maybePassphrase
-
will be None if the PGP passphrase was not provided in the environment.
Attributes
- Source
- PublishModule.scala
def createFromEnvVarsOrThrow(maybeKeyId: Option[String], maybePassphrase: Option[String]): Option[GpgKey]
Attributes
- Source
- PublishModule.scala
In this article