Skip to content

Commit

Permalink
Merge pull request #16 from Ido-Don/dev
Browse files Browse the repository at this point in the history
0.3.9
  • Loading branch information
Ido-Don committed Feb 24, 2024
2 parents 6189ddc + 202a961 commit 4f0975d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Commander is a powerful command-line interface (CLI) scraping tool designed for

## Features

- **Blazingly Fast:** Commander is optimized for speed, allowing you to execute commands swiftly across your network devices.
- **Blazing-ly Fast:** Commander is optimized for speed, allowing you to execute commands swiftly across your network devices.
- **Multi-threaded:** Leverage the efficiency of multi-threading to process commands concurrently, ensuring quick and efficient communication with all devices.
- **Secure by Design:** Prioritizing security, Commander stores sensitive connection information, such as passwords and IPs locally on your computer, in [Keepass](https://keepass.info), a renowned open-source password manager.
- **Secure by Design:** Prioritizing security, Every connection is made from your local machine. in addition, Commander stores sensitive connection information, such as passwords and IPs locally on your computer, in [Keepass](https://keepass.info), a renowned open-source password manager.

## Problem Statement

Expand All @@ -29,14 +29,6 @@ pip install NetworkCommander
if you want to compile from source you can do that with [poetry](https://python-poetry.org/https://python-poetry.org/).

first you have to make sure poetry is installed
```bash
poetry --version
```

## Usage
### Version Check

Check the version of Commander:

```bash
poetry --version
Expand All @@ -57,11 +49,15 @@ pip install ./dist/path/to/.whl

after that you can fully use commander

## Usage
### Version Check

Check the version of Commander:

```bash
commander version
```


### Initialization

Before using Commander, ensure it's initialized. Run the following command to generate the keepass database and provide the password for it:
Expand Down
2 changes: 1 addition & 1 deletion networkcommander/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.8'
__version__ = '0.3.9'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "NetworkCommander"
version = "0.3.8"
version = "0.3.9"
description = "cli scraping tools for network devices "
authors = ["Ido Don <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4f0975d

Please sign in to comment.