Skip to content

feat: add models-list command#1474

Merged
GabrielVasilescu04 merged 1 commit intomainfrom
feature/add-list-models-command
Apr 27, 2026
Merged

feat: add models-list command#1474
GabrielVasilescu04 merged 1 commit intomainfrom
feature/add-list-models-command

Conversation

@GabrielVasilescu04
Copy link
Copy Markdown
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Mar 20, 2026

Development Packages

uipath

[project]
dependencies = [
  # Exact version:
  "uipath==2.10.56.dev1014746251",

  # Any version from PR
  "uipath>=2.10.56.dev1014740000,<2.10.56.dev1014750000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@GabrielVasilescu04 GabrielVasilescu04 self-assigned this Mar 20, 2026
@github-actions github-actions Bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Mar 20, 2026
Comment thread packages/uipath/src/uipath/_cli/cli_list_models.py
"debug": "cli_debug",
"assets": "services.cli_assets",
"buckets": "services.cli_buckets",
"list-models": "cli_list_models",
Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"list-models": "cli_list_models",
"list models": "cli_list_models",

we should follow a standard format for CLI commands

list models
list buckets 
list assets 
etc.

Copy link
Copy Markdown
Collaborator

@radu-mocanu radu-mocanu Mar 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would create a generic cli_list, similar to cli_add and match by resource type

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-list-models-command branch 2 times, most recently from 2a7d376 to d31ab37 Compare April 23, 2026 10:11
@GabrielVasilescu04 GabrielVasilescu04 added the build:dev Create a dev build from the pr label Apr 23, 2026
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-list-models-command branch 2 times, most recently from 57df1bf to e9f63eb Compare April 23, 2026 14:01
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-list-models-command branch 4 times, most recently from 21066c6 to 41c49bf Compare April 27, 2026 11:09
type=click.Choice(["json", "table", "csv"]),
help="Output format (overrides global)",
)
@click.option("--output", "-o", type=click.Path(), help="Output file")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the --output-file alias here to be consistent with run command
or replace --output with --output-file entirely

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-list-models-command branch from 0702234 to bc5cf01 Compare April 27, 2026 12:18
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-list-models-command branch from bc5cf01 to a50f995 Compare April 27, 2026 12:23
@GabrielVasilescu04 GabrielVasilescu04 merged commit 0c3dc51 into main Apr 27, 2026
147 of 153 checks passed
@GabrielVasilescu04 GabrielVasilescu04 deleted the feature/add-list-models-command branch April 27, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants