Skip to content

karimra/gnoic

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 14, 2023 09:27
October 10, 2022 21:02
March 5, 2023 10:58
August 15, 2022 08:44
May 2, 2021 19:31
March 7, 2023 11:14
November 14, 2023 09:27
November 14, 2023 09:27
May 3, 2022 22:37
May 2, 2021 19:31
May 23, 2022 10:43
March 16, 2023 17:12

gnoic is a gNOI CLI client that provides support for the below gNOI Services:

As well as a server implementation of the gNOI File Service.

Documentation available at https://gnoic.kmrd.dev

Quick start guide

Installation

bash -c "$(curl -sL https://get-gnoic.kmrd.dev)"

Tree Command

gnoic tree
gnoic
 ├─── cert
 │    ├─── can-generate-csr
 │    ├─── create-ca
 │    ├─── generate-csr
 │    ├─── get-certs
 │    ├─── install
 │    ├─── load
 │    ├─── load-ca
 │    ├─── revoke
 │    └─── rotate
 ├─── completion
 │    ├─── bash
 │    ├─── fish
 │    ├─── powershell
 │    └─── zsh
 ├─── factory-reset
 │    └─── start
 ├─── file
 │    ├─── get
 │    ├─── put
 │    ├─── remove
 │    ├─── stat
 │    └─── transfer
 ├─── healthz
 │    ├─── ack
 │    ├─── artifact
 │    ├─── check
 │    ├─── get
 │    └─── list
 ├─── help [command]
 ├─── os
 │    ├─── activate
 │    ├─── install
 │    └─── verify
 ├─── server
 ├─── system
 │    ├─── cancel-reboot
 │    ├─── kill-process
 │    ├─── ping
 │    ├─── reboot
 │    ├─── reboot-status
 │    ├─── set-package
 │    ├─── switch-control-processor
 │    ├─── time
 │    └─── traceroute
 ├─── tree
 └─── version
      └─── upgrade