Skip to content

Improve CLI command responses#17

Open
cloud9c wants to merge 2 commits intomainfrom
kire5030/eng-444-add-better-cli-responses
Open

Improve CLI command responses#17
cloud9c wants to merge 2 commits intomainfrom
kire5030/eng-444-add-better-cli-responses

Conversation

@cloud9c
Copy link
Contributor

@cloud9c cloud9c commented Feb 26, 2026

Summary

  • After a successful build push, print the build ID and a direct play URL
  • Show user email after successful browser-based auth login
  • Add game/engine/serving context to dev server output above the sandbox link

build push — before/after

# Before
[========>---------] 100% ✓ Build uploaded successfully!

# After
[========>---------] 100% ✓ Build uploaded successfully!

Build ID: js79c1fa01tc226psnv6wtw11s81x5fv
Play URL: https://wavedash.com/play/awesome-game?gbid=js79c1fa01tc226psnv6wtw11s81x5fv

auth login — before/after

# Before
✓ Successfully authenticated!

# After
✓ Successfully authenticated!
Email: user@example.com

dev — before/after

# Before
--------------------------------
Sandbox Link:
https://game-id.sandbox.wavedash.com/...
--------------------------------

# After
--------------------------------
 Game:    offspring-fling
 Engine:  GODOT v4.3
 Serving: ./build (12 files)

 Sandbox Link:
 https://game-id.sandbox.wavedash.com/...
--------------------------------

Test plan

  • Run wvdsh build push and verify the build ID and play URL are printed
  • Run wvdsh auth login and verify email is shown after success
  • Run wvdsh dev and verify game/engine/file context appears above sandbox link

🤖 Generated with Claude Code

cloud9c and others added 2 commits February 26, 2026 13:43
After a successful `build push`, print the build ID and a direct
play URL so developers can quickly test their uploaded build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Display user email after successful browser-based auth login
- Add game ID, engine type/version, and file count to dev server output
  above the sandbox link for better developer context

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cloud9c cloud9c changed the title Add play URL to build push output Improve CLI command responses Feb 26, 2026
@cloud9c cloud9c marked this pull request as ready for review February 26, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant