scala.cli.commands.publish

Members list

Concise view

Type members

Classlikes

object ConfigUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object GitRepo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GitRepo.type
final class GitRepoError(message: String) extends BuildException

Attributes

Graph
Supertypes
class BuildException
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
object Ivy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ivy.type

A check for missing options in PublishOptions

A check for missing options in PublishOptions

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Command[PublishOptions]
class CaseApp[PublishOptions]
class Object
trait Matchable
class Any
Self type
Publish.type

Attributes

Graph
Supertypes
class Command[PublishLocalOptions]
class CaseApp[PublishLocalOptions]
class Object
trait Matchable
class Any
Self type
final case class PublishLocalOptions(shared: SharedOptions, watch: SharedWatchOptions, compileCross: CrossOptions, mainClass: MainClassOptions, publishParams: PublishParamsOptions, sharedPublish: SharedPublishOptions, scalaSigning: PgpScalaSigningOptions) extends HasSharedOptions

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PublishOptions(shared: SharedOptions, watch: SharedWatchOptions, compileCross: CrossOptions, mainClass: MainClassOptions, publishParams: PublishParamsOptions, publishRepo: PublishRepositoryOptions, sharedPublish: SharedPublishOptions, signingCli: PgpScalaSigningOptions, ivy2LocalLike: Option[Boolean], parallelUpload: Option[Boolean]) extends HasSharedOptions

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PublishParamsOptions(organization: Option[String], name: Option[String], moduleName: Option[String], version: Option[String], computeVersion: Option[String], url: Option[String], license: Option[String], vcs: Option[String], description: Option[String], developer: List[String], secretKey: Option[MaybeConfigPasswordOption], secretKeyPassword: Option[MaybeConfigPasswordOption], ci: Option[Boolean])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PublishRepositoryOptions(publishRepository: Option[String], user: Option[PasswordOption], password: Option[PasswordOption], realm: Option[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Command[PublishSetupOptions]
class CaseApp[PublishSetupOptions]
class Object
trait Matchable
class Any
Self type
final case class PublishSetupOptions(logging: LoggingOptions, coursier: CoursierOptions, workspace: SharedWorkspaceOptions, input: SharedInputOptions, publishParams: PublishParamsOptions, publishRepo: PublishRepositoryOptions, sharedPgp: SharedPgpPushPullOptions, sharedJvm: SharedJvmOptions, scalaSigning: PgpScalaSigningOptions, publicKey: Option[PasswordOption], check: Boolean, token: Option[PasswordOption], randomSecretKey: Option[Boolean], randomSecretKeyMail: Option[String], checks: Option[String], checkWorkflow: Option[Boolean], checkGitignore: Option[Boolean], dummy: Boolean) extends HasLoggingOptions

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RepoParams(repo: PublishRepository, targetRepoOpt: Option[String], hooks: Hooks, isIvy2LocalLike: Boolean, defaultParallelUpload: Boolean, supportsSig: Boolean, acceptsChecksums: Boolean, shouldSign: Boolean, shouldAuthenticate: Boolean)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object RepoParams

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class SetSecret(name: String, value: Secret[String], force: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SharedPublishOptions(workingDir: Option[String], scalaVersionSuffix: Option[String], scalaPlatformSuffix: Option[String], sources: Option[Boolean], doc: Option[Boolean], gpgKey: Option[String], signer: Option[String], gpgOption: List[String], ivy2Home: Option[String], forceSigningBinary: Boolean, checksum: List[String], dummy: Boolean)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type