From 163dcf596e8e318570f5f1c27485b2b834c21214 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Fri, 17 May 2024 10:25:23 +0200 Subject: [PATCH] patch: fix outdated doc for "os configure" There were an outdated warning for `os configure` on windows. The command actually works fine on windows. see: https://balena.zulipchat.com/#narrow/stream/403752-channel.2Fsupport-help/topic/Cytiva.20image.20downloads/near/438786503 --- docs/balena-cli.md | 5 ----- lib/commands/os/configure.ts | 5 ----- 2 files changed, 10 deletions(-) diff --git a/docs/balena-cli.md b/docs/balena-cli.md index 5fcf376e..8dd1ae8f 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -2834,11 +2834,6 @@ from other balena accounts that you may be invited to join under any role. For this reason, fleet names are especially discouraged in scripts (e.g. CI environments). -Note: This command is currently not supported on Windows natively. Windows users -are advised to install the Windows Subsystem for Linux (WSL) with Ubuntu, and use -the Linux release of the balena CLI: -https://docs.microsoft.com/en-us/windows/wsl/about - Examples: $ balena os configure ../path/rpi3.img --device 7cf02a6 diff --git a/lib/commands/os/configure.ts b/lib/commands/os/configure.ts index 62be056e..d25f8ce2 100644 --- a/lib/commands/os/configure.ts +++ b/lib/commands/os/configure.ts @@ -75,11 +75,6 @@ export default class OsConfigureCmd extends Command { https://developer.gnome.org/NetworkManager/stable/ref-settings.html ${applicationIdInfo.split('\n').join('\n\t\t')} - - Note: This command is currently not supported on Windows natively. Windows users - are advised to install the Windows Subsystem for Linux (WSL) with Ubuntu, and use - the Linux release of the balena CLI: - https://docs.microsoft.com/en-us/windows/wsl/about `; public static examples = [