- Inheritance
- Object
- CLICommand
- CLIDatabaseConnectingCommand
- CLIAuthAddClient
Constructors
Properties
- allowedScopes → List<String>
-
read-only
- clientID → String
-
read-only
- description → String
-
@override, read-only
- name → String
-
@override, read-only
- redirectUri → String
-
read-only
- secret → String
-
read-only
- connectedDatabase → DatabaseConnectionConfiguration
-
read / write, inherited
- databaseConfigurationFile → File
-
read-only, inherited
- databaseConnectionString → String
-
read-only, inherited
- databaseFlavor → String
-
read-only, inherited
- defaultColorSymbol → String
-
read-only, inherited
- detailedDescription → String
-
read-only, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited - helpMeItsScary → bool
-
read-only, inherited
- libraryName → String
-
read-only, inherited
- migrationDirectory → Directory
-
read-only, inherited
- migrationFiles → List<File>
-
read-only, inherited
- options → ArgParser
-
Options for this command.
read / write, inherited - outputSink → StringSink
-
read / write, inherited
- packageName → String
-
read-only, inherited
- persistentStore → PersistentStore
-
read-only, inherited
- projectDirectory → Directory
-
read-only, inherited
- projectVersion → Version
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - showColors → bool
-
read-only, inherited
- showStacktrace → bool
-
read-only, inherited
- toolVersion → Version
-
read-only, inherited
- usage → String
-
read-only, inherited
- useSSL → bool
-
read-only, inherited
- values → ArgResults
-
@override, read / write, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
cleanup(
) → Future -
Cleans up any resources used during this command.
-
handle(
) → Future<int> -
Handles the command input.
-
colorSymbol(
CLIColor color) → String -
inherited
-
determineToolVersion(
) → Future -
inherited
-
displayError(
String errorMessage, { bool showUsage: false, CLIColor color: CLIColor.boldRed }) → void -
inherited
-
displayInfo(
String infoMessage, { CLIColor color: CLIColor.boldNone }) → void -
inherited
-
displayProgress(
String progressMessage, { CLIColor color: CLIColor.none }) → void -
inherited
-
fileInProjectDirectory(
String name) → File -
inherited
-
isExecutableInShellPath(
String name) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
preProcess(
) → void -
inherited
-
printHelp(
{String parentCommandName }) → void -
inherited
-
process(
ArgResults results, { List<String> parentCommandNames }) → Future<int> -
Invoked on this instance when this command is executed from the command line.
inherited -
registerCommand(
CLICommand cmd) → void -
inherited
-
schemaByApplyingMigrationFile(
File migrationFile, Schema fromSchema) → Future<Schema> -
inherited
-
subdirectoryInProjectDirectory(
String name, { bool createIfDoesNotExist: true }) → Directory -
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited -
versionNumberFromFile(
File file) → int -
inherited