merge plugin feature, change version and update docs
This commit is contained in:
parent
26ea2e588d
commit
f96fe77aed
@ -5,13 +5,16 @@
|
|||||||
Connpy is a connection manager that allows you to store nodes to connect them fast and password free.
|
Connpy is a connection manager that allows you to store nodes to connect them fast and password free.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- You can generate profiles and reference them from nodes using @profilename
|
- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||||
so you dont need to edit multiple nodes when changing password or other
|
need to edit multiple nodes when changing password or other information.
|
||||||
information.
|
- Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can
|
||||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
be referenced using node@subfolder@folder or node@folder
|
||||||
devices. Then can be referenced using node@subfolder@folder or node@folder
|
- If you have too many nodes. Get completion script using: conn config --completion.
|
||||||
- If you have too many nodes. Get completion script using: conn config
|
Or use fzf installing pyfzf and running conn config --fzf true
|
||||||
--completion, or use fzf installing pyfzf and running conn config --fzf true
|
- Create in bulk, copy, move, export and import nodes for easy management.
|
||||||
|
- Run automation scripts in network devices.
|
||||||
|
- use GPT AI to help you manage your devices.
|
||||||
|
- Add plugins with your own scripts.
|
||||||
- Much more!
|
- Much more!
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
__version__ = "3.8.0b4"
|
__version__ = "3.8.0"
|
||||||
|
|
||||||
|
@ -25,13 +25,16 @@
|
|||||||
<h2 id="connection-manager">Connection manager</h2>
|
<h2 id="connection-manager">Connection manager</h2>
|
||||||
<p>Connpy is a connection manager that allows you to store nodes to connect them fast and password free.</p>
|
<p>Connpy is a connection manager that allows you to store nodes to connect them fast and password free.</p>
|
||||||
<h3 id="features">Features</h3>
|
<h3 id="features">Features</h3>
|
||||||
<pre><code>- You can generate profiles and reference them from nodes using @profilename
|
<pre><code>- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||||
so you dont need to edit multiple nodes when changing password or other
|
need to edit multiple nodes when changing password or other information.
|
||||||
information.
|
- Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can
|
||||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
be referenced using node@subfolder@folder or node@folder
|
||||||
devices. Then can be referenced using node@subfolder@folder or node@folder
|
- If you have too many nodes. Get completion script using: conn config --completion.
|
||||||
- If you have too many nodes. Get completion script using: conn config
|
Or use fzf installing pyfzf and running conn config --fzf true
|
||||||
--completion, or use fzf installing pyfzf and running conn config --fzf true
|
- Create in bulk, copy, move, export and import nodes for easy management.
|
||||||
|
- Run automation scripts in network devices.
|
||||||
|
- use GPT AI to help you manage your devices.
|
||||||
|
- Add plugins with your own scripts.
|
||||||
- Much more!
|
- Much more!
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h3 id="usage">Usage</h3>
|
<h3 id="usage">Usage</h3>
|
||||||
@ -305,13 +308,16 @@ print(result)
|
|||||||
Connpy is a connection manager that allows you to store nodes to connect them fast and password free.
|
Connpy is a connection manager that allows you to store nodes to connect them fast and password free.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- You can generate profiles and reference them from nodes using @profilename
|
- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||||
so you dont need to edit multiple nodes when changing password or other
|
need to edit multiple nodes when changing password or other information.
|
||||||
information.
|
- Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can
|
||||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
be referenced using node@subfolder@folder or node@folder
|
||||||
devices. Then can be referenced using node@subfolder@folder or node@folder
|
- If you have too many nodes. Get completion script using: conn config --completion.
|
||||||
- If you have too many nodes. Get completion script using: conn config
|
Or use fzf installing pyfzf and running conn config --fzf true
|
||||||
--completion, or use fzf installing pyfzf and running conn config --fzf true
|
- Create in bulk, copy, move, export and import nodes for easy management.
|
||||||
|
- Run automation scripts in network devices.
|
||||||
|
- use GPT AI to help you manage your devices.
|
||||||
|
- Add plugins with your own scripts.
|
||||||
- Much more!
|
- Much more!
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user