ImpaktfullCliEnvironment class

Properties

allCliTools List<InstalledCliTool>
final
hashCode int
The hash code for this object.
no setterinherited
installedCliTools List<InstalledCliTool>
no setter
isFvmProject bool
final
notInstalledCliTools List<InstalledCliTool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workingDirectory Directory
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ImpaktfullCliEnvironment
no setter

Static Methods

init({ProcessRunner processRunner = const CliProcessRunner()}) Future<void>
isInstalled(CliTool cliTool) bool
requiresInstalledTools(List<CliTool> requiredTools) → void
requiresMacOs({required String reason}) → void