package git
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
CommandWithParam(command: Seq[String], param: Option[String] = None) extends Product with Serializable
Wrapper for command that allows to pass a secret param.
Wrapper for command that allows to pass a secret param.
CommandWithParam(Seq("git clone https://x-access-token:%[email protected]/org/repo"), Option("_TOKEN_")).fillParam
In the example above, the %s will be replaced with the secret param _TOKEN_.
Value Members
- object CommandWithParam extends Serializable
- object GitCommandRunner extends ContextLogging