# cfdot **Repository Path**: mirrors_cloudfoundry/cfdot ## Basic Information - **Project Name**: cfdot - **Description**: A command-line tool to interact with a Cloud Foundry Diego deployment. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!CAUTION] > This repository has been in-lined (using git-subtree) into diego-release. Please make any > future contributions directly to diego-release. # cfdot [![Go Report Card](https://goreportcard.com/badge/code.cloudfoundry.org/cfdot)](https://goreportcard.com/report/code.cloudfoundry.org/cfdot) [![Go Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/cfdot.svg)](https://pkg.go.dev/code.cloudfoundry.org/cfdot) `cfdot` is the CF Diego Operator Toolkit, a CLI tool designed to interact with Diego components. At present, its commands focus on the Diego BBS API, the main public interface to a Diego deployment. > \[!NOTE\] > > This repository should be imported as `code.cloudfoundry.org/cfdot`. # Docs - [Current Commands](./docs/010-current-commands.md) - [Running from a BOSH deployed VM](./docs/020-running-from-a-BOSH-deployed-vm.md) - [Examples](./docs/030-examples.md) - [Building from Source](./docs/040-building-from-source.md) - [Design Tenets](./docs/050-design-tenets.md) # Contributing See the [Contributing.md](./.github/CONTRIBUTING.md) for more information on how to contribute. # Working Group Charter This repository is maintained by [App Runtime Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md) under `Diego` area. > \[!IMPORTANT\] > > Content in this file is managed by the [CI task > `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/main/shared/tasks/sync-readme/metadata.yml) > and is generated by CI following a convention.