Skip to content

Commit

Permalink
Merge pull request #3864 from opsmill/dga-20240718-fix-docs
Browse files Browse the repository at this point in the history
Properly remove typer cli and update documentation
  • Loading branch information
dgarros authored Jul 18, 2024
2 parents 5152f12 + 29e1103 commit eb8d9e9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 83 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/infrahub-cli/infrahub-db.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ infrahub db constraint [OPTIONS] [ACTION]:[show|add|drop] [CONFIG_FILE]

**Arguments**:

* `[ACTION]:[show|add|drop]`: [default: ConstraintAction.SHOW]
* `[ACTION]:[show|add|drop]`: [default: show]
* `[CONFIG_FILE]`: [env var: INFRAHUB_CONFIG;default: infrahub.toml]

**Options**:
Expand All @@ -54,7 +54,7 @@ $ infrahub db index [OPTIONS] [ACTION]:[show|add|drop] [CONFIG_FILE]

**Arguments**:

* `[ACTION]:[show|add|drop]`: [default: IndexAction.SHOW]
* `[ACTION]:[show|add|drop]`: [default: show]
* `[CONFIG_FILE]`: [env var: INFRAHUB_CONFIG;default: infrahub.toml]

**Options**:
Expand Down
22 changes: 4 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ structlog = "24.1.0"
boto3 = "1.34.129"
email-validator = "~2.1"
redis = { version = "^5.0.0", extras = ["hiredis"]}
typer = "~0.12"
typer = "0.12.3"

# Dependencies specific to the API Server
fastapi = "~0.111"
Expand Down Expand Up @@ -76,7 +76,6 @@ pre-commit = "^2.20.0"
types-toml = "*"
types-ujson = "*"
types-pyyaml = "*"
typer-cli = "*"
ruff = "0.5.0"
invoke = "2.2.0"
pytest-benchmark = "^4.0.0"
Expand Down
78 changes: 19 additions & 59 deletions python_sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions python_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ numpy = [
pyarrow = { version = "^14", optional = true }
rich = { version = "^13", optional = true }
toml = { version = "^0.10", optional = true }
typer = { version = "^0", optional = true }
typer = { version = "^0.12.3", optional = true }
pytest = { version = "*", optional = true }
pyyaml = { version = "^6", optional = true }

Expand All @@ -62,7 +62,6 @@ pre-commit = "^2.20.0"
types-toml = "*"
types-ujson = "*"
types-pyyaml = "*"
typer-cli = "*"
ruff = "0.5.0"
pytest-xdist = "^3.3.1"
types-python-slugify = "^8.0.0.3"
Expand Down

0 comments on commit eb8d9e9

Please sign in to comment.