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.
|
||||
|
||||
### Features
|
||||
- You can generate profiles and reference them from nodes using @profilename
|
||||
so you dont need to edit multiple nodes when changing password or other
|
||||
information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
||||
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, or use fzf installing pyfzf and running conn config --fzf true
|
||||
- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||
need to edit multiple nodes when changing password or other information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your 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.
|
||||
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!
|
||||
|
||||
### Usage
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = "3.8.0b4"
|
||||
__version__ = "3.8.0"
|
||||
|
||||
|
@ -25,13 +25,16 @@
|
||||
<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>
|
||||
<h3 id="features">Features</h3>
|
||||
<pre><code>- You can generate profiles and reference them from nodes using @profilename
|
||||
so you dont need to edit multiple nodes when changing password or other
|
||||
information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
||||
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, or use fzf installing pyfzf and running conn config --fzf true
|
||||
<pre><code>- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||
need to edit multiple nodes when changing password or other information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your 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.
|
||||
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!
|
||||
</code></pre>
|
||||
<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.
|
||||
|
||||
### Features
|
||||
- You can generate profiles and reference them from nodes using @profilename
|
||||
so you dont need to edit multiple nodes when changing password or other
|
||||
information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your
|
||||
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, or use fzf installing pyfzf and running conn config --fzf true
|
||||
- You can generate profiles and reference them from nodes using @profilename so you dont
|
||||
need to edit multiple nodes when changing password or other information.
|
||||
- Nodes can be stored on @folder or @subfolder@folder to organize your 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.
|
||||
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!
|
||||
|
||||
### Usage
|
||||
|
Loading…
Reference in New Issue
Block a user