arkitekt-next 0.7.30__tar.gz → 0.7.32__tar.gz
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-0.7.30 → arkitekt_next-0.7.32}/PKG-INFO +1 -1
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/run/dev.py +2 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/run/prod.py +1 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/dockerfiles/vanilla.dockerfile +1 -1
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/options.py +7 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/pyproject.toml +1 -1
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/LICENSE +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/README.md +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/easy.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/next.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/qt.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/fakts.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/fakts_next.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/fakts_qt.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/grant_registry.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/herre.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/service/herre_qt.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/apps/types.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/builders.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/call/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/call/local.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/call/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/call/remote.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/gen/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/gen/compile.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/gen/init.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/gen/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/gen/watch.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/init/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/init/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/requirements.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/templates.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/variables.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/build.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/init.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/publish.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/stage.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/utils.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/validate.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/wizard.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/inspect.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/scopes.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/version.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/wizard.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/run/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/run/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/run/utils.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/down.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/init.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/inspect.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/open.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/remove.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/stop.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/up.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/server/utils.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/configs/base.yaml +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/constants.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/errors.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/inspect.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/io.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/main.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/fluss.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/gucker.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/kabinet.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/kluster.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/konviktion.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/kuay.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/mikro.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/mikro_next.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/napari.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/omero_ark.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/port.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/rekuest.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/unlok.schema.graphql +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/templates/filter.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/templates/simple.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/texts.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/types.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/ui.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/utils.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/validators.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/vars.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/versions/v1.yaml +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/constants.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/model.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/__init__.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/dark/gear.png +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/dark/green pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/dark/orange pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/dark/pink pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/dark/red pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/gear.png +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/green pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/orange pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/pink pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/red pulse.gif +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/builders.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/magic_bar.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/types.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/utils.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/service_registry.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/tqdm.py +0 -0
- {arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/utils.py +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
|
|
@@ -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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/requirements.py
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/templates.py
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/inspect/variables.py
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/kabinet/validate.py
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/__init__.py
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/inspect.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/commands/manifest/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/fluss.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/gucker.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/kabinet.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/kluster.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/konviktion.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/mikro.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/mikro_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/napari.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/omero_ark.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/rekuest.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/rekuest_next.schema.graphql
RENAMED
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/cli/schemas/unlok.schema.graphql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{arkitekt_next-0.7.30 → arkitekt_next-0.7.32}/arkitekt_next/qt/assets/light/orange pulse.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|