An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 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.