Skip to content

Nodes IDs

List node IDs for the active credentials.

Usage

s10k nodes ids [-mode=<displayMode>]

Options

Option Long Version Description
-mode= --display-mode= the format to display the data as, one of CSV, JSON, or PRETTY; defaults to PRETTY

Output

A listing of all available nodes.

Examples

s10k nodes ids
+---------+
| Node ID |
+---------+
|      64 |
+---------+
|      70 |
+---------+
|     101 |
+---------+
Node ID
64
70
101
[
    64,
    70,
    101
]