Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Info command #539

Merged
merged 3 commits into from Aug 30, 2023
Merged

Support Info command #539

merged 3 commits into from Aug 30, 2023

Conversation

dkolas
Copy link
Contributor

@dkolas dkolas commented Aug 30, 2023

ship support-info returns a result like the below:

Steamship User Info
=====================
User ID:     85E63F94-AAB0-4388-95CC-0A8114E5F1BC


Deployable Info
=====================
Deployable type: plugin
Plugin type: generator
Deployable handle: gpt-4
Deployable version: 0.0.11


Dependency Info
=====================
Running Python CLI version: 2.17.26.post1.dev0+g05a8f0e6.d20230830

Env packages:

-------------
Package            Version                                Editable project location
------------------ -------------------------------------- ----------------------------------------
aiohttp            3.8.5
aiosignal          1.3.1
async-timeout      4.0.2
attrs              22.2.0
black              22.3.0
blobfile           2.0.1
certifi            2022.12.7
cfgv               3.3.1
charset-normalizer 2.1.1
click              8.1.3
distlib            0.3.6
et-xmlfile         1.1.0
exceptiongroup     1.1.1
filelock           3.9.1
flake8             6.0.0
fluent-logger      0.10.0
frozenlist         1.3.3
identify           2.5.20
idna               3.4
inflection         0.5.1
iniconfig          2.0.0
isort              5.10.1
libcst             0.4.9
lxml               4.9.2
mccabe             0.7.0
msgpack            1.0.5
multidict          6.0.4
mypy-extensions    1.0.0
nodeenv            1.7.0
numpy              1.24.2
openai             0.27.2
openpyxl           3.1.2
packaging          23.0
pandas             1.5.3
pandas-stubs       1.5.3.230304
pathspec           0.9.0
Pillow             9.4.0
pip                22.3.1
platformdirs       3.1.1
pluggy             1.0.0
pre-commit         2.19.0
pycln              1.3.2
pycodestyle        2.10.0
pycryptodomex      3.17
pydantic           1.10.2
pydocstyle         6.3.0
pyflakes           3.0.1
pytest             7.2.0
python-dateutil    2.8.2
pytz               2022.7.1
PyYAML             6.0
regex              2023.3.23
requests           2.28.1
semver             3.0.1
setuptools         65.6.3
six                1.16.0
snowballstemmer    2.2.0
steamship          2.17.26.post1.dev0+g05a8f0e6.d20230830 /Users/dkolas/dev/projects/python-client
tenacity           8.2.0
tiktoken           0.3.3
toml               0.10.2
tomli              2.0.1
tqdm               4.65.0
typer              0.4.2
types-pytz         2022.7.1.2
typing_extensions  4.5.0
typing-inspect     0.8.0
urllib3            1.26.15
virtualenv         20.21.0
yarl               1.8.2

[notice] A new release of pip available: 22.3.1 -> 23.2.1
[notice] To update, run: pip install --upgrade pip

Requirements.txt:

-----------------
steamship==2.17.8
openai==0.27.8
tenacity==8.2.2

Environment/OS Info
=====================
OS type: posix
OS Name: Darwin
OS Version: 22.5.0
Python version: 3.10.11 (main, Apr  7 2023, 07:24:53) [Clang 14.0.0 (clang-1400.0.29.202)]
Shell: /bin/bash
In virtual env: True

Copy link
Contributor

@eob eob left a comment

Choose a reason for hiding this comment

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

LGTM. This is going to be so helpful.

@dkolas dkolas enabled auto-merge August 30, 2023 17:57
@dkolas dkolas added this pull request to the merge queue Aug 30, 2023
Merged via the queue into main with commit 47ffcb9 Aug 30, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants