truefoundry 0.2.6rc1__py3-none-any.whl → 0.2.7rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of truefoundry might be problematic. Click here for more details.
- truefoundry/deploy/cli/cli.py +2 -0
- {truefoundry-0.2.6rc1.dist-info → truefoundry-0.2.7rc1.dist-info}/METADATA +3 -3
- {truefoundry-0.2.6rc1.dist-info → truefoundry-0.2.7rc1.dist-info}/RECORD +5 -5
- {truefoundry-0.2.6rc1.dist-info → truefoundry-0.2.7rc1.dist-info}/WHEEL +0 -0
- {truefoundry-0.2.6rc1.dist-info → truefoundry-0.2.7rc1.dist-info}/entry_points.txt +0 -0
truefoundry/deploy/cli/cli.py
CHANGED
|
@@ -9,6 +9,7 @@ from servicefoundry.cli.commands import (
|
|
|
9
9
|
get_login_command,
|
|
10
10
|
get_logout_command,
|
|
11
11
|
get_patch_command,
|
|
12
|
+
get_apply_command,
|
|
12
13
|
)
|
|
13
14
|
from servicefoundry.cli.config import CliConfig
|
|
14
15
|
from servicefoundry.cli.const import GROUP_CLS
|
|
@@ -46,6 +47,7 @@ def create_truefoundry_cli():
|
|
|
46
47
|
# cli.add_command(get_build_command())
|
|
47
48
|
cli.add_command(deploy_v2_command)
|
|
48
49
|
cli.add_command(deploy_patch_v2_command)
|
|
50
|
+
cli.add_command(get_apply_command())
|
|
49
51
|
# cli.add_command(get_build_logs_command())
|
|
50
52
|
# cli.add_command(get_logs_command())
|
|
51
53
|
# cli.add_command(get_trigger_command())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: truefoundry
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.7rc1
|
|
4
4
|
Summary: Truefoundry CLI
|
|
5
5
|
Author: Abhishek Choudhary
|
|
6
6
|
Author-email: abhichoudhary06@gmail.com
|
|
@@ -15,13 +15,13 @@ Provides-Extra: ml
|
|
|
15
15
|
Requires-Dist: docker (>=7.0.0,<8.0.0)
|
|
16
16
|
Requires-Dist: gitignorefile (>=1.1.2,<2.0.0)
|
|
17
17
|
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
|
|
18
|
-
Requires-Dist: mlfoundry (==0.10.
|
|
18
|
+
Requires-Dist: mlfoundry (==0.10.12) ; extra == "ml"
|
|
19
19
|
Requires-Dist: openai (>=1.16.2,<2.0.0)
|
|
20
20
|
Requires-Dist: pydantic (>=1.10.0,<3)
|
|
21
21
|
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
|
|
22
22
|
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
|
23
23
|
Requires-Dist: rich (>=13.7.1,<14.0.0)
|
|
24
|
-
Requires-Dist: servicefoundry (==0.10.
|
|
24
|
+
Requires-Dist: servicefoundry (==0.10.15)
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# Truefoundry
|
|
@@ -27,12 +27,12 @@ truefoundry/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
27
27
|
truefoundry/cli/__main__.py,sha256=Jap_IddZ9zNyMIyIkCw75xHQCN0WtV2dPZJ_pzdLsVc,916
|
|
28
28
|
truefoundry/deploy/__init__.py,sha256=wDQq3y-t9zOEOVA61t15fRpAVQSpBtiWTyW5hVn1iz4,43
|
|
29
29
|
truefoundry/deploy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
-
truefoundry/deploy/cli/cli.py,sha256=
|
|
30
|
+
truefoundry/deploy/cli/cli.py,sha256=v17JViQ0GCsmVZcKGKA3jbn1GszFJ9hCZGxo3oj61o0,3207
|
|
31
31
|
truefoundry/deploy/cli/deploy.py,sha256=PRIHiFWDArbjwzKNlWJNvwrlq66appuMnJiatZNWQ9s,4767
|
|
32
32
|
truefoundry/deploy/cli/version.py,sha256=-wbVGV2uJ2DVdmoji4rGfVIROKTXG5_7G6DRXjGj_fE,127
|
|
33
33
|
truefoundry/langchain/__init__.py,sha256=kQrM0qr2EoB-EFaPkVVVcmSBSJ8KsQzv0nx-LGzmCRo,53
|
|
34
34
|
truefoundry/ml/__init__.py,sha256=yFjvF-e1RW488vLHgn5M7TXoajqww6grkKHb3mhqDEw,179
|
|
35
|
-
truefoundry-0.2.
|
|
36
|
-
truefoundry-0.2.
|
|
37
|
-
truefoundry-0.2.
|
|
38
|
-
truefoundry-0.2.
|
|
35
|
+
truefoundry-0.2.7rc1.dist-info/METADATA,sha256=JYbJG8PNq-fPAiogCkKpOX-F1D-HOHQEmhgMPGjYCcQ,1840
|
|
36
|
+
truefoundry-0.2.7rc1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
37
|
+
truefoundry-0.2.7rc1.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
|
|
38
|
+
truefoundry-0.2.7rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|