BootstrapCommandConfigs class

Configurations for melos bootstrap.

Annotations
  • @immutable

Constructors

BootstrapCommandConfigs({bool usePubspecOverrides = false, bool runPubGetInParallel = true, bool runPubGetOffline = false})
const
BootstrapCommandConfigs.fromYaml(Map<Object?, Object?> yaml)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runPubGetInParallel bool
Whether to run pub get in parallel during bootstrapping.
final
runPubGetOffline bool
Whether to attempt to run pub get in offline mode during bootstrapping. Useful in closed network environments with pre-populated pubcaches.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePubspecOverrides bool
Whether to use pubspec_overrides.yaml for overriding workspace dependencies during development.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

empty → const BootstrapCommandConfigs