flowstash-cli 0.6.4__tar.gz → 0.7.1rc0__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.
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/PKG-INFO +2 -2
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/pyproject.toml +2 -2
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/deploy.py +2 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_deployment/shared/api.Dockerfile +2 -2
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_deployment/shared/worker.Dockerfile +1 -1
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/apikey.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/auth.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/build.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/client.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/project.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/run.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/commands/webhook.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/api_client.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/auth_server.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/builder.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/config.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/docker_utils.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/core/patcher.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/main.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/AGENTS.md +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/README.md +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_.dockerignore +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_.flowstash +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_api_main.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/[env]/(backend-asyncio)/backend.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/[env]/(backend-dramatiq)/backend.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/[env]/(backend-managed)/backend.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/[env]/(observability-logfile)/observability.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/[env]/(observability-managed)/observability.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/shared/backend.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/shared/clients/demoClient.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_config/shared/clients.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_deployment/[env]/(backend-asyncio)/docker-compose.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_deployment/[env]/(backend-dramatiq)/docker-compose.yaml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_pyproject.toml +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_api/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_api/_routes/webhooks.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_shared/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_shared/clients/client.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_shared/models/models.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_shared/tasks/sharedTasks.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_worker/__init__.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_worker/tasks/tasks.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_worker_main.py +0 -0
- {flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/ui/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: flowstash-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.1rc0
|
|
4
4
|
Summary: CLI for the flowstash Managed Platform
|
|
5
5
|
Author: juraj.bezdek@gmail.com
|
|
6
6
|
Author-email: juraj.bezdek@gmail.com
|
|
@@ -9,7 +9,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.11
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.12
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.13
|
|
12
|
-
Requires-Dist: flowstash-runtime (>=0.
|
|
12
|
+
Requires-Dist: flowstash-runtime (>=0.7.1rc0,<0.8.0)
|
|
13
13
|
Requires-Dist: httpx (>=0.27.0)
|
|
14
14
|
Requires-Dist: keyring (>=25.0.0)
|
|
15
15
|
Requires-Dist: libcst (>=1.1.0)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "flowstash-cli"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.7.1rc0"
|
|
4
4
|
description = "CLI for the flowstash Managed Platform"
|
|
5
5
|
authors = [{name = "juraj.bezdek@gmail.com", email = "juraj.bezdek@gmail.com"}]
|
|
6
6
|
requires-python = ">=3.11"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"flowstash-runtime>=0.
|
|
8
|
+
"flowstash-runtime>=0.7.1rc0,<0.8.0",
|
|
9
9
|
"typer[all]>=0.12.0",
|
|
10
10
|
"httpx>=0.27.0",
|
|
11
11
|
"pyyaml>=6.0.1",
|
|
@@ -7,6 +7,7 @@ from rich.progress import Progress, SpinnerColumn, TextColumn
|
|
|
7
7
|
from ..core.api_client import APIClient
|
|
8
8
|
from ..core.config import load_project_config
|
|
9
9
|
from .build import run_build_flow
|
|
10
|
+
import flowstash.runtime
|
|
10
11
|
|
|
11
12
|
app = typer.Typer()
|
|
12
13
|
console = Console()
|
|
@@ -60,6 +61,7 @@ async def run_deploy_flow(env: str, artifact_id: Optional[str] = None):
|
|
|
60
61
|
"project_id": project_id,
|
|
61
62
|
"artifact_id": artifact_id,
|
|
62
63
|
"env_vars": {"ENVIRONMENT": env},
|
|
64
|
+
"flowstash_runtime_version": flowstash.runtime.__version__,
|
|
63
65
|
},
|
|
64
66
|
)
|
|
65
67
|
deploy_id = deploy_data["deploy_id"]
|
|
@@ -11,8 +11,8 @@ ARG SERVICE_EXTRAS="api"
|
|
|
11
11
|
# Install base deps + extras into system site-packages
|
|
12
12
|
# Base deps:
|
|
13
13
|
RUN uv pip install --system -r pyproject.toml
|
|
14
|
-
RUN uv pip install --system -r pyproject.toml --extra api || echo "no
|
|
14
|
+
RUN uv pip install --system -r pyproject.toml --extra api || echo "no api extra; skipping"
|
|
15
15
|
RUN rm -rf src/worker
|
|
16
16
|
EXPOSE 8000
|
|
17
17
|
ENV PYTHONPATH=/app/src:/app
|
|
18
|
-
|
|
18
|
+
ENTRYPOINT ["python", "api_main.py"]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_shared/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowstash_cli-0.6.4 → flowstash_cli-0.7.1rc0}/src/flowstash/cli/templates/_src/_worker/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|