scala.cli.commands.pgp
package scala.cli.commands.pgp
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DummyOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DummyOptions.type
abstract class ExternalCommand extends Command[DummyOptions], CommandHelpers
Attributes
- Supertypes
-
trait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class PgpExternalCommandclass PgpCreateExternalclass PgpKeyIdExternalclass PgpSignExternalclass PgpVerifyExternal
object KeyServer
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KeyServer.type
abstract class PgpCommand[T](implicit myParser: Parser[T], help: Help[T]) extends Command[T], CommandHelpers, RestrictableCommand[T]
Attributes
- Supertypes
-
trait RestrictableCommand[T]trait CommandHelpersclass Command[T]class CaseApp[T]class Objecttrait Matchableclass AnyShow all
- Known subtypes
object PgpCommandNames
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PgpCommandNames.type
class PgpCommands
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object PgpCreate extends PgpCommand[PgpCreateOptions]
Attributes
- Supertypes
-
class PgpCommand[PgpCreateOptions]trait RestrictableCommand[PgpCreateOptions]trait CommandHelpersclass Command[PgpCreateOptions]class CaseApp[PgpCreateOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpCreate.type
class PgpCreateExternal extends PgpExternalCommand
Attributes
- Supertypes
-
class PgpExternalCommandclass ExternalCommandtrait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
abstract class PgpExternalCommand extends ExternalCommand
Attributes
- Companion
- object
- Supertypes
-
class ExternalCommandtrait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
- Known subtypes
object PgpExternalCommand
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PgpExternalCommand.type
final case class PgpExternalOptions(global: GlobalOptions, jvm: SharedJvmOptions, coursier: CoursierOptions, scalaSigning: PgpScalaSigningOptions) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object PgpExternalOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpExternalOptions.type
object PgpKeyId extends PgpCommand[PgpKeyIdOptions]
Attributes
- Supertypes
-
class PgpCommand[PgpKeyIdOptions]trait RestrictableCommand[PgpKeyIdOptions]trait CommandHelpersclass Command[PgpKeyIdOptions]class CaseApp[PgpKeyIdOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpKeyId.type
class PgpKeyIdExternal extends PgpExternalCommand
Attributes
- Supertypes
-
class PgpExternalCommandclass ExternalCommandtrait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
class PgpProxy
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class PgpProxyJvm
class PgpProxyJvm extends PgpProxy
Attributes
- Supertypes
class PgpProxyMaker
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object PgpPull extends ScalaCommand[PgpPullOptions]
Attributes
- Supertypes
-
class ScalaCommand[PgpPullOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[PgpPullOptions]class CaseApp[PgpPullOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpPull.type
final case class PgpPullOptions(global: GlobalOptions, shared: SharedPgpPushPullOptions, allowEmpty: Boolean) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object PgpPullOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpPullOptions.type
object PgpPush extends ScalaCommand[PgpPushOptions]
Attributes
- Supertypes
-
class ScalaCommand[PgpPushOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[PgpPushOptions]class CaseApp[PgpPushOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpPush.type
final case class PgpPushOptions(global: GlobalOptions, shared: SharedPgpPushPullOptions, coursier: CoursierOptions, jvm: SharedJvmOptions, scalaSigning: PgpScalaSigningOptions, force: Boolean, allowEmpty: Boolean, forceSigningBinary: Boolean) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object PgpPushOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpPushOptions.type
final case class PgpScalaSigningOptions(signingCliVersion: Option[String], signingCliJavaArg: List[String], forceJvmSigningCli: Option[Boolean])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PgpScalaSigningOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
object PgpSign extends PgpCommand[PgpSignOptions]
Attributes
- Supertypes
-
class PgpCommand[PgpSignOptions]trait RestrictableCommand[PgpSignOptions]trait CommandHelpersclass Command[PgpSignOptions]class CaseApp[PgpSignOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpSign.type
class PgpSignExternal extends PgpExternalCommand
Attributes
- Supertypes
-
class PgpExternalCommandclass ExternalCommandtrait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
object PgpVerify extends PgpCommand[PgpVerifyOptions]
Attributes
- Supertypes
-
class PgpCommand[PgpVerifyOptions]trait RestrictableCommand[PgpVerifyOptions]trait CommandHelpersclass Command[PgpVerifyOptions]class CaseApp[PgpVerifyOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
PgpVerify.type
class PgpVerifyExternal extends PgpExternalCommand
Attributes
- Supertypes
-
class PgpExternalCommandclass ExternalCommandtrait CommandHelpersclass Command[DummyOptions]class CaseApp[DummyOptions]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SharedPgpPushPullOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
In this article