New Cloud Foundry command-line interface arrives

3 years ago 167
BOOK THIS SPACE FOR AD
ARTICLE AD

The Cloud Foundry Foundation, home to the open-source Cloud Foundry Platform-as-a-Service (PaaS) cloud, announced from the virtual Cloud Foundry North American Summit the release of version 7 of the Cloud Foundry Command Line Interface (CF CLI v7).

A command line? For the cloud? Oh yes. There are still times -- many times -- when for fine control of setup, monitoring, and management, you can't beat the power of shell commands.   

As Cloud Foundry states:

 CLI v7 "unlocks new application development workflows for users who require granular control of their applications and supports advanced deployment strategies by utilizing the Cloud Foundry v3 APIs. Both the new CLI tool and the v3 APIs enable unique workflows by exposing package, droplet, build, and process control resources. The new version of the CLI and APIs also introduces new resources such as sidecars, manifests, and deployments.

Indeed, the new command line makes life easier for developers. Josh Collins, Cloud Foundry's CLI project lead and VMware senior product manager, explained, "Modern development techniques are much simpler with Cloud Foundry as a result of the new CLI, which abstracts away the nuances of the CF API into a command-line interface that's easy and elegant to use."

Some key features available through the CF CLI v7 are:

Rolling App Deployments: Push updates to apps without incurring downtime.Running cf push Sub-Step Commands: Exercise granular control over the cf push process. These commands break down the cf push process into sub-steps that can run independently.
Pushing an App with Multiple Processes: Use a single command to push apps that run multiple processes. One example is a web app that has a UI process and a worker process.
Pushing Apps with Sidecar Processes: Run additional processes in the same container as your app.
Using Metadata: Add metadata to objects such as spaces and apps. This can help with operating, monitoring, and auditing.

Chip Childers, the new Cloud Foundry Foundation executive director, added: 

With the cf CLI v7 in their pocket, the Cloud Foundry community is providing developers with powerful new capabilities and is prepared to continue to advance the state of the art for developer productivity as features from the Kubernetes ecosystem are integrated into the platform. Cloud Foundry has always been about empowering developers and that spirit is reflected in this new CLI, where we focus on simplifying advanced development methodologies for the community.

You can install CF CLI v7 today.  Enjoy!

Related Stories:

Cloud Foundry sees top leadership changeWith KubeCF, Cloud Foundry comes to Kubernetes
VMware's Pivotal acquisition shows Cloud Foundry's strength
Read Entire Article