You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
When running
phala cvms get -j <app_id>, I get the two lines preceding the json output. For example:✓ CVM with App ID app_xxxxxxxxxxxxxxxxxxxxxxxxxxxx detected ⟳ Fetching CVM with App ID app_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx... ✓ { ... json here }Those lines are also printed to stdout, so there in no way to make them go away with a
2>/dev/null.It would be great to have the ability to get the json only in the output.