wafer-cli 0.2.17__tar.gz → 0.2.18__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.
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/PKG-INFO +1 -1
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/pyproject.toml +1 -1
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/workspaces.py +4 -5
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/PKG-INFO +1 -1
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/README.md +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/setup.cfg +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_analytics.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_auth.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_billing.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_cli_coverage.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_cli_parity_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_config_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_file_operations_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_kernel_scope_cli.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_nsys_analyze.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_nsys_profile.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_output.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_rocprof_compute_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_skill_commands.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_ssh_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_targets_ops.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_wevin_cli.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_workflow_integration.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/GUIDE.md +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/__init__.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/analytics.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/api_client.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/auth.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/autotuner.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/billing.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/cli.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/config.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/corpus.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/evaluate.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/global_config.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/gpu_run.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/inference.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/kernel_scope.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/ncu_analyze.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/nsys_analyze.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/nsys_profile.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/output.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/problems.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_compute.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_sdk.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_systems.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/skills/wafer-guide/SKILL.md +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/ssh_keys.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/target_lock.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/targets.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/targets_ops.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/__init__.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/ask_docs.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/optimize_kernel.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/optimize_kernelbench.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/trace_analyze.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/tracelens.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/wevin_cli.py +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/SOURCES.txt +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/dependency_links.txt +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/entry_points.txt +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/requires.txt +0 -0
- {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/top_level.txt +0 -0
|
@@ -215,17 +215,16 @@ def list_workspaces(json_output: bool = False) -> str:
|
|
|
215
215
|
lines.append(f" {status_icon} {ws['name']} ({ws['id']})")
|
|
216
216
|
lines.append(f" GPU: {ws.get('gpu_type', 'N/A')} | Image: {ws.get('image', 'N/A')}")
|
|
217
217
|
|
|
218
|
-
# Show appropriate guidance based on status
|
|
219
218
|
if status == "error":
|
|
220
219
|
lines.append(
|
|
221
220
|
f" Status: Provisioning failed. Delete and recreate: wafer workspaces delete {ws['name']}"
|
|
222
221
|
)
|
|
223
222
|
elif ws.get("ssh_host") and ws.get("ssh_port") and ws.get("ssh_user"):
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
223
|
+
ssh_line = f" SSH: ssh -p {ws['ssh_port']} {ws['ssh_user']}@{ws['ssh_host']}"
|
|
224
|
+
if status == "creating":
|
|
225
|
+
ssh_line += " (finalizing...)"
|
|
226
|
+
lines.append(ssh_line)
|
|
227
227
|
elif status == "running":
|
|
228
|
-
# Running but missing SSH credentials - unusual state
|
|
229
228
|
lines.append(
|
|
230
229
|
f" Status: Running but SSH not ready. Try: wafer workspaces delete {ws['name']} && wafer workspaces create {ws['name']} --wait"
|
|
231
230
|
)
|
|
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
|
|
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
|