> For the complete documentation index, see [llms.txt](https://ocp.1w2.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ocp.1w2.net/openshift-gui-ve-cli-ile-yonetimi/builds-and-build-configs.md).

# Builds and Build Configs

oc get buildconfigs (veya oc get bc) komutu, o anda seçili olan proje/namespace Build Configs listelemek için kullanılabilir.

```
oc get buildconfigs
NAME                   TYPE     FROM   LATEST
my-hello-world-build   Docker   Git    1
```
