Skip to content

Commit

Permalink
Mark GA #4
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-haimk authored Jun 9, 2024
2 parents 24e5d2e + 440fd26 commit 9647e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ The CLI is based on the public [Harmony Endpoint management OpenAPI](https://app

With the CLI, you do not have to manage log in, send keep alive requests, worry about session expiration or pull long processing jobs.

---
🚧🚧🚧

**Note that the CLI is in Early Availability (EA). Use with caution, as it may undergo changes and improvements. Feedback and contributions are highly encouraged.**

To report a bug, please go to [Report Bug](#-report-bug)

For feedback, please get in touch with us at [Check Point Software Technologies Ltd.](mailto:[email protected])

🚧🚧🚧

---

## ⬇️ CLI Download

To start using this CLI, install it via PIP (PyPi registry) as a global python command
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dotenv import load_dotenv
load_dotenv()

version = '1.0.19'
version = '1.0.21'

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text(encoding='utf-8')
Expand Down

0 comments on commit 9647e3b

Please sign in to comment.