Skip to content

CLI - Interface de linha de comandos

Aplicação

Argumentos

  • version

    powershell
    .\nkmix.cmd version
    2.9.0
  • license-request

    powershell
    .\nkmix.cmd license-request
    TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZX...

Instalador

  • Utilizador ativo (recomendado)

    powershell
    .\nkmix-setup.exe /CurrentUser /Silent
  • Todos os utilizador

    powershell
    .\nkmix-setup.exe /AllUsers /Silent
  • Todas as opções disponíveis

    powershell
    .\nkmix-setup.exe /?

Download

powershell
$latest = Invoke-RestMethod "https://nkmix.com/2.9/latest.json"
Invoke-WebRequest -UseBasicParsing -OutFile nkmix-setup.exe -Uri $latest.url