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.
Files changed (63) hide show
  1. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/PKG-INFO +1 -1
  2. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/pyproject.toml +1 -1
  3. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/workspaces.py +4 -5
  4. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/PKG-INFO +1 -1
  5. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/README.md +0 -0
  6. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/setup.cfg +0 -0
  7. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_analytics.py +0 -0
  8. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_auth.py +0 -0
  9. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_billing.py +0 -0
  10. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_cli_coverage.py +0 -0
  11. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_cli_parity_integration.py +0 -0
  12. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_config_integration.py +0 -0
  13. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_file_operations_integration.py +0 -0
  14. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_kernel_scope_cli.py +0 -0
  15. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_nsys_analyze.py +0 -0
  16. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_nsys_profile.py +0 -0
  17. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_output.py +0 -0
  18. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_rocprof_compute_integration.py +0 -0
  19. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_skill_commands.py +0 -0
  20. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_ssh_integration.py +0 -0
  21. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_targets_ops.py +0 -0
  22. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_wevin_cli.py +0 -0
  23. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/tests/test_workflow_integration.py +0 -0
  24. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/GUIDE.md +0 -0
  25. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/__init__.py +0 -0
  26. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/analytics.py +0 -0
  27. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/api_client.py +0 -0
  28. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/auth.py +0 -0
  29. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/autotuner.py +0 -0
  30. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/billing.py +0 -0
  31. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/cli.py +0 -0
  32. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/config.py +0 -0
  33. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/corpus.py +0 -0
  34. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/evaluate.py +0 -0
  35. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/global_config.py +0 -0
  36. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/gpu_run.py +0 -0
  37. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/inference.py +0 -0
  38. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/kernel_scope.py +0 -0
  39. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/ncu_analyze.py +0 -0
  40. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/nsys_analyze.py +0 -0
  41. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/nsys_profile.py +0 -0
  42. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/output.py +0 -0
  43. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/problems.py +0 -0
  44. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_compute.py +0 -0
  45. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_sdk.py +0 -0
  46. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/rocprof_systems.py +0 -0
  47. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/skills/wafer-guide/SKILL.md +0 -0
  48. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/ssh_keys.py +0 -0
  49. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/target_lock.py +0 -0
  50. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/targets.py +0 -0
  51. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/targets_ops.py +0 -0
  52. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/__init__.py +0 -0
  53. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/ask_docs.py +0 -0
  54. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/optimize_kernel.py +0 -0
  55. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/optimize_kernelbench.py +0 -0
  56. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/templates/trace_analyze.py +0 -0
  57. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/tracelens.py +0 -0
  58. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer/wevin_cli.py +0 -0
  59. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/SOURCES.txt +0 -0
  60. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/dependency_links.txt +0 -0
  61. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/entry_points.txt +0 -0
  62. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/requires.txt +0 -0
  63. {wafer_cli-0.2.17 → wafer_cli-0.2.18}/wafer_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wafer-cli
3
- Version: 0.2.17
3
+ Version: 0.2.18
4
4
  Summary: CLI tool for running commands on remote GPUs and GPU kernel optimization agent
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: typer>=0.12.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "wafer-cli"
3
- version = "0.2.17"
3
+ version = "0.2.18"
4
4
  description = "CLI tool for running commands on remote GPUs and GPU kernel optimization agent"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [
@@ -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
- lines.append(
225
- f" SSH: ssh -p {ws['ssh_port']} {ws['ssh_user']}@{ws['ssh_host']}"
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
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wafer-cli
3
- Version: 0.2.17
3
+ Version: 0.2.18
4
4
  Summary: CLI tool for running commands on remote GPUs and GPU kernel optimization agent
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: typer>=0.12.0
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