-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
129 lines (129 loc) · 24.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>polykey-cli</title><meta name="description" content="Documentation for polykey-cli"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
<div class="tsd-toolbar-contents container">
<div class="table-cell" id="tsd-search" data-base=".">
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
<div class="field">
<div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">polykey-cli</a></div>
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
<div class="container container-main">
<div class="col-content">
<div class="tsd-page-title">
<h2>polykey-cli</h2></div>
<div class="tsd-panel tsd-typography"><a id="md:polykey-cli" class="tsd-anchor"></a><h1><a href="#md:polykey-cli">Polykey-CLI</a></h1><p>staging:<a href="https://gitlab.com/MatrixAI/open-source/Polykey-CLI/commits/staging"><img src="https://gitlab.com/MatrixAI/open-source/Polykey-CLI/badges/staging/pipeline.svg" alt="pipeline status"></a>
master:<a href="https://gitlab.com/MatrixAI/open-source/Polykey-CLI/commits/master"><img src="https://gitlab.com/MatrixAI/open-source/Polykey-CLI/badges/master/pipeline.svg" alt="pipeline status"></a></p>
<p>Polykey is an open-source, peer-to-peer system that addresses the critical challenge in cybersecurity: the secure sharing and delegation of authority, in the form of secrets like keys, tokens, certificates, and passwords.</p>
<p>It allows users including developers, organizations, and machines—to store these secrets in encrypted vaults on their own devices, and share them directly with trusted parties.</p>
<p>All data is end-to-end encrypted, both in transit and at rest, eliminating the risk associated with third-party storage.</p>
<p>Polykey provides a command line interface, desktop and mobile GUI, and a web-based control plane for organizational management.</p>
<p>By treating secrets as tokenized authority, it offers a fresh approach to managing and delegating authority in zero-trust architectures without adding burdensome policy complexity - a pervasive issue in existing zero-trust systems.</p>
<p>Unlike complex self-hosted secrets management systems that require specialized skills and infrastructure, Polykey is installed and running directly from the end-user device.</p>
<p>It is built to automatically navigate network complexities like NAT traversal, connecting securely to other nodes without manual configuration.</p>
<p>Key features:</p>
<ul>
<li>Decentralized Encrypted Storage - No storage of secrets on third parties, secrets are stored on your device and synchronised point-to-point between Polykey nodes.</li>
<li>Secure Peer-to-Peer Communication - Polykey bootstraps TLS keys by federating trusted social identities (e.g. GitHub).</li>
<li>Secure Computational Workflows - Share static secrets (passwords, keys, tokens and certificates) with people, between teams, and across machine infrastructure. Create dynamic (short-lived) smart-tokens with embedded policy for more sophisticated zero-trust authority verification.</li>
<li>With Polykey Enterprise, you can create private networks of Polykey nodes and apply mandatory policy governing node behaviour.</li>
</ul>
<p><a href="https://github.com/MatrixAI/Polykey-CLI/assets/640797/7e0b2bd8-9d87-4c9a-8102-750c39579de4">https://github.com/MatrixAI/Polykey-CLI/assets/640797/7e0b2bd8-9d87-4c9a-8102-750c39579de4</a></p>
<p>This repository is the CLI for Polykey.</p>
<p>The Polykey project is split up into these main repositories:</p>
<ul>
<li><a href="https://github.com/MatrixAI/Polykey">Polykey</a> - Polykey Core Library</li>
<li><a href="https://github.com/MatrixAI/Polykey-CLI">Polykey-CLI</a> - CLI of Polykey</li>
<li><a href="https://github.com/MatrixAI/Polykey-Desktop">Polykey-Desktop</a> - Polykey Desktop (Windows, Mac, Linux) application</li>
<li><a href="https://github.com/MatrixAI/Polykey-Mobile">Polykey-Mobile</a> - Polykey Mobile (iOS & Android) Application</li>
<li><a href="https://polykey.com">Polykey Enterprise</a> - Web Control Plane SaaS</li>
</ul>
<p>Have a bug or a feature-request? Please submit it the issues of the relevant subproject above.</p>
<p>For tutorials, how-to guides, reference and theory, see the <a href="https://polykey.com/docs">docs</a>.</p>
<p>Have a question? Join our <a href="https://github.com/MatrixAI/Polykey/discussions">discussion board</a>.</p>
<p>Have a security issue you want to let us know? You can contact us on our website.</p>
<p>Our main website is <a href="https://polykey.com">https://polykey.com</a></p>
<a id="md:installation" class="tsd-anchor"></a><h2><a href="#md:installation">Installation</a></h2><p>Note that JavaScript libraries are not packaged in Nix. Only JavaScript applications are.</p>
<p>Building the package:</p>
<pre><code class="language-sh"><span class="hl-0">npmDepsHash</span><span class="hl-1">=</span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span><br/><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-4">-E</span><span class="hl-1"> </span><span class="hl-2">"(import ./pkgs.nix {}).callPackage ./default.nix { npmDepsHash = </span><span class="hl-5">\"</span><span class="hl-0">$npmDepsHash</span><span class="hl-5">\"</span><span class="hl-2">; }"</span>
</code><button>Copy</button></pre>
<a id="md:nixnixos" class="tsd-anchor"></a><h3><a href="#md:nixnixos">Nix/NixOS</a></h3><p>Building the releases:</p>
<pre><code class="language-sh"><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">application</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span><br/><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">docker</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span><br/><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">package.linux.x64.elf</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span><br/><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">package.windows.x64.exe</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span><br/><span class="hl-3">nix-build</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">package.macos.x64.macho</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span>
</code><button>Copy</button></pre>
<p>Install into Nix user profile:</p>
<pre><code class="language-sh"><span class="hl-3">nix-env</span><span class="hl-1"> </span><span class="hl-4">-f</span><span class="hl-1"> </span><span class="hl-2">./release.nix</span><span class="hl-1"> </span><span class="hl-4">--install</span><span class="hl-1"> </span><span class="hl-4">--attr</span><span class="hl-1"> </span><span class="hl-2">application</span><span class="hl-1"> </span><span class="hl-4">--argstr</span><span class="hl-1"> </span><span class="hl-2">npmDepsHash</span><span class="hl-1"> </span><span class="hl-2">"$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)"</span>
</code><button>Copy</button></pre>
<a id="md:docker" class="tsd-anchor"></a><h3><a href="#md:docker">Docker</a></h3><p>Install into Docker:</p>
<pre><code class="language-sh"><span class="hl-0">loaded</span><span class="hl-1">=</span><span class="hl-2">"$(</span><span class="hl-3">docker</span><span class="hl-2"> load </span><span class="hl-4">--input</span><span class="hl-2"> "$(</span><span class="hl-3">nix-build</span><span class="hl-2"> ./release.nix </span><span class="hl-4">--attr</span><span class="hl-2"> docker </span><span class="hl-4">--argstr</span><span class="hl-2"> npmDepsHash "$(</span><span class="hl-3">prefetch-npm-deps</span><span class="hl-2"> ./package-lock.json)")")"</span><br/><span class="hl-0">image</span><span class="hl-1">=</span><span class="hl-2">"$(</span><span class="hl-3">cut</span><span class="hl-2"> </span><span class="hl-4">-d</span><span class="hl-2">' ' </span><span class="hl-4">-f3</span><span class="hl-2"> </span><span class="hl-1"><<<</span><span class="hl-2"> "</span><span class="hl-0">$loaded</span><span class="hl-2">")"</span><br/><span class="hl-3">docker</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-4">-it</span><span class="hl-1"> </span><span class="hl-2">"</span><span class="hl-0">$image</span><span class="hl-2">"</span>
</code><button>Copy</button></pre>
<a id="md:development" class="tsd-anchor"></a><h2><a href="#md:development">Development</a></h2><p>Run <code>nix-shell</code>, and once you're inside, you can use:</p>
<pre><code class="language-sh"><span class="hl-6"># install (or reinstall packages from package.json)</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">install</span><br/><span class="hl-6"># build the dist</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">build</span><br/><span class="hl-6"># run the repl (this allows you to import from ./src)</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">ts-node</span><br/><span class="hl-6"># run the tests</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">test</span><br/><span class="hl-6"># lint the source code</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">lint</span><br/><span class="hl-6"># automatically fix the source</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">lintfix</span>
</code><button>Copy</button></pre>
<a id="md:calling-commands" class="tsd-anchor"></a><h3><a href="#md:calling-commands">Calling Commands</a></h3><p>When calling commands in development, use this style:</p>
<pre><code class="language-sh"><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">polykey</span><span class="hl-1"> </span><span class="hl-4">--</span><span class="hl-1"> </span><span class="hl-2">p1</span><span class="hl-1"> </span><span class="hl-2">p2</span><span class="hl-1"> </span><span class="hl-2">p3</span>
</code><button>Copy</button></pre>
<p>The <code>--</code> is necessary to make <code>npm</code> understand that the parameters are for your own executable, and not parameters to <code>npm</code>.</p>
<a id="md:docs-generation" class="tsd-anchor"></a><h3><a href="#md:docs-generation">Docs Generation</a></h3><pre><code class="language-sh"><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">docs</span>
</code><button>Copy</button></pre>
<p>See the docs at: <a href="https://matrixai.github.io/Polykey-CLI/">https://matrixai.github.io/Polykey-CLI/</a></p>
<a id="md:publishing" class="tsd-anchor"></a><h3><a href="#md:publishing">Publishing</a></h3><pre><code class="language-sh"><span class="hl-6"># npm login</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">version</span><span class="hl-1"> </span><span class="hl-2">patch</span><span class="hl-1"> </span><span class="hl-6"># major/minor/patch</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">run</span><span class="hl-1"> </span><span class="hl-2">build</span><br/><span class="hl-3">npm</span><span class="hl-1"> </span><span class="hl-2">publish</span><span class="hl-1"> </span><span class="hl-4">--access</span><span class="hl-1"> </span><span class="hl-2">public</span><br/><span class="hl-3">git</span><span class="hl-1"> </span><span class="hl-2">push</span><br/><span class="hl-3">git</span><span class="hl-1"> </span><span class="hl-2">push</span><span class="hl-1"> </span><span class="hl-4">--tags</span>
</code><button>Copy</button></pre>
</div></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
<div class="tsd-accordion-details">
<div class="tsd-filter-visibility">
<h4 class="uppercase">Member Visibility</h4><form>
<ul id="tsd-filter-options">
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li>
<ul>
<li><a href="#md:polykey-cli"><span>Polykey-<wbr/>CLI</span></a></li>
<li>
<ul>
<li><a href="#md:installation"><span>Installation</span></a></li>
<li>
<ul>
<li><a href="#md:nixnixos"><span>Nix/<wbr/>NixOS</span></a></li>
<li><a href="#md:docker"><span>Docker</span></a></li></ul></li>
<li><a href="#md:development"><span>Development</span></a></li>
<li>
<ul>
<li><a href="#md:calling-commands"><span>Calling <wbr/>Commands</span></a></li>
<li><a href="#md:docs-generation"><span>Docs <wbr/>Generation</span></a></li>
<li><a href="#md:publishing"><span>Publishing</span></a></li></ul></li></ul></li></ul></li></ul></div></details></div>
<div class="site-menu">
<nav class="tsd-navigation"><a href="modules.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>polykey-<wbr/>cli</span></a>
<ul class="tsd-small-nested-navigation">
<li><a href="modules/agent.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>agent</span></a></li>
<li><a href="modules/bootstrap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>bootstrap</span></a></li>
<li><a href="modules/errors.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>errors</span></a></li>
<li><a href="modules/identities.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>identities</span></a></li>
<li><a href="modules/keys.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>keys</span></a></li>
<li><a href="modules/nodes.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>nodes</span></a></li>
<li><a href="modules/notifications.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>notifications</span></a></li>
<li><a href="modules/secrets.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>secrets</span></a></li>
<li><a href="modules/utils.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>utils</span></a></li>
<li><a href="modules/vaults.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>vaults</span></a></li>
<li><a href="classes/CommandPolykey.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Command<wbr/>Polykey</span></a></li>
<li><a href="interfaces/TableOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>Table<wbr/>Options</span></a></li>
<li><a href="types/AgentChildProcessInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>Agent<wbr/>Child<wbr/>Process<wbr/>Input</span></a></li>
<li><a href="types/AgentChildProcessOutput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Agent<wbr/>Child<wbr/>Process<wbr/>Output</span></a></li>
<li><a href="types/AgentStatusLiveData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Agent<wbr/>Status<wbr/>Live<wbr/>Data</span></a></li>
<li><a href="types/TableRow.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Table<wbr/>Row</span></a></li>
<li><a href="functions/polykey.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>polykey</span></a></li></ul></nav></div></div></div>
<div class="tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
<div class="overlay"></div></body></html>