Skip to content

telekom/onecli-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OneCLI installer

Public installer scripts for the OneCLI command-line tool.

Install

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/telekom/onecli-installer/main/install.sh | bash

Requires Node.js ≥ 24, curl, and tar.

Windows

irm https://raw.githubusercontent.com/telekom/onecli-installer/main/install.ps1 | iex

Behind a corporate proxy, use the proxy-aware variant:

$u = 'https://raw.githubusercontent.com/telekom/onecli-installer/main/install.ps1'
$a = @{ Uri = $u }
if ($env:HTTPS_PROXY) { $a.Proxy = $env:HTTPS_PROXY; $a.ProxyUseDefaultCredentials = $true }
iex (irm @a)

Requires Node.js ≥ 24 and Windows 10 1803+ (for the built-in tar).

License

MIT

About

This is a publicly available repo for the OneCLI install script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors