appcrane_ls
List files inside a running app container to verify deployed build contents. Read-only access to /app and /data directories.
Instructions
List files inside a running app container at a specific path. Use to verify what actually got built / what files made it into the deployed image. Read-only; bound to safe roots (/app and /data only). Returns the directory listing as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path inside the container, must start with /app or /data | /app |
| slug | Yes | ||
| stage | No | Target stage (legacy alias: env). | sandbox |