ImpaktfullCli class

Constructors

ImpaktfullCli({List<String> arguments = const [], ProcessRunner processRunner = const CliProcessRunner()})

Properties

appCenterPlugin AppCenterPlugin
no setter
arguments List<String>
final
ciCdPlugin CiCdPlugin
no setter
commands Set<Command>
no setter
flutterBuildPlugin FlutterBuildPlugin
no setter
hashCode int
The hash code for this object.
no setterinherited
isVerboseLoggingEnabled bool
no setter
macOsKeyChainPlugin MacOsKeyChainPlugin
no setter
onePasswordPlugin OnePasswordPlugin
no setter
playStorePlugin PlayStorePlugin
no setter
plugins Set<ImpaktfullPlugin>
no setter
processRunner ProcessRunner
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testflightPlugin TestFlightPlugin
no setter

Methods

dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(ImpaktfullCliRunner<ImpaktfullCli> runner) Future<void>
runCli() Future<void>
runMultiplCommands(AsyncCallback function) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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