fal 1.0.0__py3-none-any.whl → 1.0.1__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 fal might be problematic. Click here for more details.
- fal/_fal_version.py +2 -2
- fal/cli/apps.py +5 -1
- {fal-1.0.0.dist-info → fal-1.0.1.dist-info}/METADATA +1 -1
- {fal-1.0.0.dist-info → fal-1.0.1.dist-info}/RECORD +7 -7
- {fal-1.0.0.dist-info → fal-1.0.1.dist-info}/WHEEL +0 -0
- {fal-1.0.0.dist-info → fal-1.0.1.dist-info}/entry_points.txt +0 -0
- {fal-1.0.0.dist-info → fal-1.0.1.dist-info}/top_level.txt +0 -0
fal/_fal_version.py
CHANGED
fal/cli/apps.py
CHANGED
|
@@ -117,7 +117,7 @@ def _scale(args):
|
|
|
117
117
|
return
|
|
118
118
|
|
|
119
119
|
alias_info = connection.update_application(
|
|
120
|
-
application_name=args.
|
|
120
|
+
application_name=args.app_name,
|
|
121
121
|
keep_alive=args.keep_alive,
|
|
122
122
|
max_multiplexing=args.max_multiplexing,
|
|
123
123
|
max_concurrency=args.max_concurrency,
|
|
@@ -136,6 +136,10 @@ def _add_scale_parser(subparsers, parents):
|
|
|
136
136
|
help=scale_help,
|
|
137
137
|
parents=parents,
|
|
138
138
|
)
|
|
139
|
+
parser.add_argument(
|
|
140
|
+
"app_name",
|
|
141
|
+
help="Application name.",
|
|
142
|
+
)
|
|
139
143
|
parser.add_argument(
|
|
140
144
|
"--keep-alive",
|
|
141
145
|
type=int,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
fal/__init__.py,sha256=suif79hYcYwlZ8dAaVXCErKhuD2AYf8uU78rty8jow8,721
|
|
2
2
|
fal/__main__.py,sha256=MSmt_5Xg84uHqzTN38JwgseJK8rsJn_11A8WD99VtEo,61
|
|
3
|
-
fal/_fal_version.py,sha256=
|
|
3
|
+
fal/_fal_version.py,sha256=IIj5MPQqf7H30zvHF3gsfSLSw1SsdlKYR9SngW-9GC8,411
|
|
4
4
|
fal/_serialization.py,sha256=Tx_c_mpJ8dYAVmPwdLkwgozSqfdvdFyWRYx3lH3-koQ,7595
|
|
5
5
|
fal/_version.py,sha256=EBGqrknaf1WygENX-H4fBefLvHryvJBBGtVJetaB0NY,266
|
|
6
6
|
fal/api.py,sha256=g8ypixM_3AZMdDbGQTUkBE92kphGE3dpLJPsY2cJMIk,36287
|
|
@@ -17,7 +17,7 @@ fal/auth/__init__.py,sha256=r8iA2-5ih7-Fik3gEC4HEWNFbGoxpYnXpZu1icPIoS0,3561
|
|
|
17
17
|
fal/auth/auth0.py,sha256=rSG1mgH-QGyKfzd7XyAaj1AYsWt-ho8Y_LZ-FUVWzh4,5421
|
|
18
18
|
fal/auth/local.py,sha256=sndkM6vKpeVny6NHTacVlTbiIFqaksOmw0Viqs_RN1U,1790
|
|
19
19
|
fal/cli/__init__.py,sha256=padK4o0BFqq61kxAA1qQ0jYr2SuhA2mf90B3AaRkmJA,37
|
|
20
|
-
fal/cli/apps.py,sha256=
|
|
20
|
+
fal/cli/apps.py,sha256=Dqcx7ewUNY6dh0bYqRlOCHVDzmkdpFxe9CNThEz7HX4,8144
|
|
21
21
|
fal/cli/auth.py,sha256=--MhfHGwxmtHbRkGioyn1prKn_U-pBzbz0G_QeZou-U,1352
|
|
22
22
|
fal/cli/debug.py,sha256=1doDNwoaPDfLQginGNBxpC20dZYs5UxIojflDvV1Q04,1342
|
|
23
23
|
fal/cli/deploy.py,sha256=S_HIMLqDpGyzDdbiIxudRizwjGoAaHpN-sXcl2uCaQ4,4329
|
|
@@ -92,8 +92,8 @@ openapi_fal_rest/models/workflow_node_type.py,sha256=-FzyeY2bxcNmizKbJI8joG7byRi
|
|
|
92
92
|
openapi_fal_rest/models/workflow_schema.py,sha256=4K5gsv9u9pxx2ItkffoyHeNjBBYf6ur5bN4m_zePZNY,2019
|
|
93
93
|
openapi_fal_rest/models/workflow_schema_input.py,sha256=2OkOXWHTNsCXHWS6EGDFzcJKkW5FIap-2gfO233EvZQ,1191
|
|
94
94
|
openapi_fal_rest/models/workflow_schema_output.py,sha256=EblwSPAGfWfYVWw_WSSaBzQVju296is9o28rMBAd0mc,1196
|
|
95
|
-
fal-1.0.
|
|
96
|
-
fal-1.0.
|
|
97
|
-
fal-1.0.
|
|
98
|
-
fal-1.0.
|
|
99
|
-
fal-1.0.
|
|
95
|
+
fal-1.0.1.dist-info/METADATA,sha256=FgjmvoILx3IahymDxZedo2Q3BG_sdJYsJoeaV173ZR4,3740
|
|
96
|
+
fal-1.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
97
|
+
fal-1.0.1.dist-info/entry_points.txt,sha256=32zwTUC1U1E7nSTIGCoANQOQ3I7-qHG5wI6gsVz5pNU,37
|
|
98
|
+
fal-1.0.1.dist-info/top_level.txt,sha256=r257X1L57oJL8_lM0tRrfGuXFwm66i1huwQygbpLmHw,21
|
|
99
|
+
fal-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|