scala.cli.commands.publish

Members list

Type members

Classlikes

object ConfigUtil

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ConfigUtil.type
object GitRepo

Attributes

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

Attributes

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

Attributes

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

A check for missing options in PublishOptions

A check for missing options in PublishOptions

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object OptionCheck

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object OptionChecks

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Command[PublishOptions]
class CaseApp[PublishOptions]
class Object
trait Matchable
class Any
Show all
Self type
Publish.type
final case class PublishConnectionOptions(connectionTimeoutSeconds: Option[Int], connectionTimeoutRetries: Option[Int], responseTimeoutSeconds: Option[Int], stagingRepoRetries: Option[Int], stagingRepoWaitTimeMilis: Option[Int])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Supertypes
class Command[PublishLocalOptions]
class CaseApp[PublishLocalOptions]
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
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, connectionOptions: PublishConnectionOptions, ivy2LocalLike: Option[Boolean], parallelUpload: Option[Boolean]) extends HasSharedOptions

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
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], 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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

Supertypes
class Command[PublishSetupOptions]
class CaseApp[PublishSetupOptions]
class Object
trait Matchable
class Any
Show all
Self type
final case class PublishSetupOptions(global: GlobalOptions, coursier: CoursierOptions, sharedVersionOptions: SharedVersionOptions, 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 HasGlobalOptions

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RepoParams

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RepoParams.type

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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], checksum: List[String], dummy: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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