mirror of
https://github.com/katanemo/plano.git
synced 2026-05-12 01:02:56 +02:00
fix cli models and logs (#196)
* removing unnecessar setup.py files * updated the cli for debug and access logs * ran the pre-commit locally to fix pull request * fixed bug where if archgw_process is None we didn't handle it gracefully * Apply suggestions from code review Co-authored-by: Adil Hafeez <adil@katanemo.com> * fixed changes based on PR * fixed version not found message * fixed message based on PR feedback * adding poetry lock * fixed pre-commit --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local> Co-authored-by: Adil Hafeez <adil@katanemo.com>
This commit is contained in:
parent
6cd05572c4
commit
6fb63510b3
11 changed files with 362 additions and 274 deletions
|
|
@ -1,11 +1,12 @@
|
|||
[tool.poetry]
|
||||
name = "archgw"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
description = "Python-based CLI tool to manage Arch Gateway."
|
||||
authors = ["Katanemo Labs, Inc."]
|
||||
packages = [
|
||||
{ include = "cli" }
|
||||
]
|
||||
readme = "README.md"
|
||||
|
||||
include = [
|
||||
# Include package data (docker-compose.yaml and other files)[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue