## Retrieve `$ stl projects:configs retrieve` **get** `/v0/projects/{project}/configs` Retrieve the configuration files for a given project. ### Parameters - `--project: optional string` Path param - `--branch: optional string` Query param: Branch name, defaults to "main". - `--include: optional string` Query param ### Returns - `ProjectConfigGetResponse: map[object { content } ]` Config files contents - `content: string` The file content ### Example ```cli stl projects:configs retrieve \ --project project ```