StatusCommands class abstract
Status subcommand implementations
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 Methods
-
listDeployAttempts(
Client cloudApiClient, {required CommandLogger logger, required String cloudCapsuleId, required int limit, bool inUtc = false}) → Future< void> - Subcommand to list the most recent deploy attempts.
-
showDeploymentStatus(
Client cloudApiClient, {required CommandLogger logger, required String cloudCapsuleId, required String attemptId, bool inUtc = false, bool outputOverallStatus = false}) → Future< void> -
Subcommand to show the status of a deployment attempt.
If
outputOverallStatus
is true, only the overall status word is shown (e.g. "success").