https://github.com/cloudfoundry/cfdot
A command-line tool to interact with a Cloud Foundry Diego deployment.
https://github.com/cloudfoundry/cfdot
cff-wg-app-runtime-platform
Last synced: 12 months ago
JSON representation
A command-line tool to interact with a Cloud Foundry Diego deployment.
- Host: GitHub
- URL: https://github.com/cloudfoundry/cfdot
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2016-07-13T18:46:20.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T20:12:34.000Z (12 months ago)
- Last Synced: 2025-04-15T06:54:19.741Z (12 months ago)
- Topics: cff-wg-app-runtime-platform
- Language: Go
- Homepage:
- Size: 445 KB
- Stars: 34
- Watchers: 31
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# cfdot
[](https://goreportcard.com/report/code.cloudfoundry.org/cfdot)
[](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.