diff --git a/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceProvisionCommand.cs b/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceProvisionCommand.cs index b912b36c..36b97b85 100644 --- a/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceProvisionCommand.cs +++ b/Source/v2/Meadow.Cli/Commands/Current/Device/DeviceProvisionCommand.cs @@ -181,6 +181,7 @@ protected override async ValueTask ExecuteCommand() if (result.isSuccess) { Logger?.LogInformation(Strings.ProvisioningSucceeded); + Logger?.LogInformation($"Device ID: {provisioningID}"); } else {