# svc ls ```console $ copilot svc ls ``` ## What does it do? `copilot svc ls` lists all the Copilot services for a particular application. ## What are the flags? ``` -a, --app string Name of the application. -h, --help help for ls --json Optional. Output in JSON format. --local Only show services in the workspace. ``` ## What does it look like? ![Running copilot svc ls](https://raw.githubusercontent.com/kohidave/copilot-demos/master/svc-ls.svg?sanitize=true)