arkitekt-next 0.7.31__py3-none-any.whl → 0.7.32__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 arkitekt-next might be problematic. Click here for more details.
- arkitekt_next/cli/commands/run/dev.py +2 -0
- arkitekt_next/cli/commands/run/prod.py +1 -0
- arkitekt_next/cli/options.py +7 -0
- {arkitekt_next-0.7.31.dist-info → arkitekt_next-0.7.32.dist-info}/METADATA +1 -1
- {arkitekt_next-0.7.31.dist-info → arkitekt_next-0.7.32.dist-info}/RECORD +8 -8
- {arkitekt_next-0.7.31.dist-info → arkitekt_next-0.7.32.dist-info}/LICENSE +0 -0
- {arkitekt_next-0.7.31.dist-info → arkitekt_next-0.7.32.dist-info}/WHEEL +0 -0
- {arkitekt_next-0.7.31.dist-info → arkitekt_next-0.7.32.dist-info}/entry_points.txt +0 -0
|
@@ -24,6 +24,7 @@ from arkitekt_next.cli.options import (
|
|
|
24
24
|
with_instance_id,
|
|
25
25
|
with_headless,
|
|
26
26
|
with_log_level,
|
|
27
|
+
with_redeem_token,
|
|
27
28
|
with_skip_cache,
|
|
28
29
|
)
|
|
29
30
|
from arkitekt_next.cli.vars import get_console, get_manifest
|
|
@@ -330,6 +331,7 @@ async def run_dev(
|
|
|
330
331
|
@with_builder
|
|
331
332
|
@with_token
|
|
332
333
|
@with_instance_id
|
|
334
|
+
@with_redeem_token
|
|
333
335
|
@with_headless
|
|
334
336
|
@with_log_level
|
|
335
337
|
@with_skip_cache
|
arkitekt_next/cli/options.py
CHANGED
|
@@ -21,6 +21,13 @@ with_token = click.option(
|
|
|
21
21
|
envvar="FAKTS_TOKEN",
|
|
22
22
|
required=False,
|
|
23
23
|
)
|
|
24
|
+
with_redeem_token = click.option(
|
|
25
|
+
"--redeem-token",
|
|
26
|
+
"-r",
|
|
27
|
+
help="The token for the fakts instance",
|
|
28
|
+
envvar="FAKTS_REDEEM_TOKEN",
|
|
29
|
+
required=False,
|
|
30
|
+
)
|
|
24
31
|
with_version = click.option(
|
|
25
32
|
"--version",
|
|
26
33
|
"-v",
|
|
@@ -45,9 +45,9 @@ arkitekt_next/cli/commands/manifest/scopes.py,sha256=sw0HRy8GliEcmx3Sh6cPRpBkf1v
|
|
|
45
45
|
arkitekt_next/cli/commands/manifest/version.py,sha256=tA-a35QlcobUwoPsgGLQL9_D0E-HZvawsfO4l7DoX-Y,4832
|
|
46
46
|
arkitekt_next/cli/commands/manifest/wizard.py,sha256=a8rIHgtmKuw-L4E3eO3kXwXv0TM2pN4Lq75y2QKXmcA,2498
|
|
47
47
|
arkitekt_next/cli/commands/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
|
-
arkitekt_next/cli/commands/run/dev.py,sha256=
|
|
48
|
+
arkitekt_next/cli/commands/run/dev.py,sha256=mobsKX155O6NXGzLK-c4_l2RN4vlM4-1lj2gQaX9HeA,10033
|
|
49
49
|
arkitekt_next/cli/commands/run/main.py,sha256=0bNO3DqwbZ4ddMsDWbCGmlPD6Cs3Jlg4yh2-zilsEbY,552
|
|
50
|
-
arkitekt_next/cli/commands/run/prod.py,sha256=
|
|
50
|
+
arkitekt_next/cli/commands/run/prod.py,sha256=5wbpKt8atp_Cz81v3iRUcOWCInStzlmlA2UmNQmg9Tw,1532
|
|
51
51
|
arkitekt_next/cli/commands/run/utils.py,sha256=zH-MNNEfKgyOYQvwP6Ph8KUHVqH48fw3ZI6tiQ9unwQ,325
|
|
52
52
|
arkitekt_next/cli/commands/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
arkitekt_next/cli/commands/server/down.py,sha256=POFe9OtzhSdlwWY7JBakGqVDZvQ9LrsiFDRSik2Hn2U,1490
|
|
@@ -66,7 +66,7 @@ arkitekt_next/cli/errors.py,sha256=zLTjaCbun6qM2nTldjyZd-DvykqKn5A3Gn80uYdx7Vc,9
|
|
|
66
66
|
arkitekt_next/cli/inspect.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
67
67
|
arkitekt_next/cli/io.py,sha256=Jp8F8vYPIcAow7IAh_tgWFrsM9KRaElipAH7wj26lIo,6899
|
|
68
68
|
arkitekt_next/cli/main.py,sha256=A_JgqAKmmmXNK-yxuuQ9bG6HX2I6pV2ccImCQ5fjfZQ,2329
|
|
69
|
-
arkitekt_next/cli/options.py,sha256=
|
|
69
|
+
arkitekt_next/cli/options.py,sha256=hSKdSYabK1MuioBRUsADjQIPSp9H2YeczmcyAsFUprI,3791
|
|
70
70
|
arkitekt_next/cli/schemas/fluss.schema.graphql,sha256=MqrSpOxtWO9kWFCoUn9ySBPhIH3XozFiqrQl2zjEbiQ,35803
|
|
71
71
|
arkitekt_next/cli/schemas/gucker.schema.graphql,sha256=r_KL-MoFRCGUobbtcBLCnpmFcali2A12TguynqQgmN4,152947
|
|
72
72
|
arkitekt_next/cli/schemas/kabinet.schema.graphql,sha256=-N7igrfzFphjA2qV-abW59k8jtdJh1py4008W0MkqrM,9915
|
|
@@ -110,8 +110,8 @@ arkitekt_next/qt/utils.py,sha256=MgBPtPmCSBkIuATov3UgREESwxAHh77lWNNxyE7Qs48,773
|
|
|
110
110
|
arkitekt_next/service_registry.py,sha256=pczUuP_Nve7OYwB7-oDBLIw6bkjZPnzL3xFca5TF1io,3405
|
|
111
111
|
arkitekt_next/tqdm.py,sha256=DlrxPluHao7TvW-Cqgt0UokRS-fM2_ZNiWiddqvCqCc,1488
|
|
112
112
|
arkitekt_next/utils.py,sha256=gmKWy9M51vimohmmaoIpAJ0CaB22TFP0w3JszRrwiak,2379
|
|
113
|
-
arkitekt_next-0.7.
|
|
114
|
-
arkitekt_next-0.7.
|
|
115
|
-
arkitekt_next-0.7.
|
|
116
|
-
arkitekt_next-0.7.
|
|
117
|
-
arkitekt_next-0.7.
|
|
113
|
+
arkitekt_next-0.7.32.dist-info/LICENSE,sha256=YZ2oRjC248t-GpoEyw7J13vwKYNG6zhYMaEAix6EzF0,1089
|
|
114
|
+
arkitekt_next-0.7.32.dist-info/METADATA,sha256=uk9hM2XsTCSvRevWxvPS2o8TPnA9LoBdxQL9ktJ00N8,5500
|
|
115
|
+
arkitekt_next-0.7.32.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
116
|
+
arkitekt_next-0.7.32.dist-info/entry_points.txt,sha256=-hxikQx4xZ6TiOnWVDOlTN_kcAISgGFvTHXIchsCHSc,60
|
|
117
|
+
arkitekt_next-0.7.32.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|