executeWithArtifacts method

Future<CockpitCommandExecution> executeWithArtifacts(
  1. CockpitCommand command
)

Implementation

Future<CockpitCommandExecution> executeWithArtifacts(
  CockpitCommand command,
) => _commandQueue.run(() => _executeWithArtifacts(command));