What’s included in the IBM Cloud Developer Tools CLI version 1.1.0

New features and fixes in version 1.1.0 of the IBM Cloud Developer Tools CLI.

Create a Project Integrated with IBM Cloud DevOps

The create command now optionally links your local project directly to a DevOps toolchain that either deploys to Cloud Foundry or to Kubernetes on the IBM Cloud.  This ties your local development into your tool chain so that you simply commit your changes in git to deploy an update to the IBM Cloud.

Use Docker Compose to Develop a Multi-Container Application

Containerized applications often have dependencies outside of the container itself.  This may include such things as a connection to a database hosted in another container, or a set of microservices that comprise a complete application.  With version 1.1.0 of the IBM Cloud Developer Tools CLI you can now build and runthis type of application using Docker compose yaml files specified in the cli-config.yml of your project.  Specific details can be found in the IBM Cloud Developer Tools CLI documentation.

Launch a Deployed Web Application with View

New in release 1.1.0 is the view command.  Run this command from your project directory to see the URL for the application and even to open up a tab on your default web browser to the deployed project.  The viewcommand displays applications deployed to Cloud Foundry or Kubernetes.

Access Local Containers with Shell

New in release 1.1.0 is the shell command.  Run this command from your project directory to shell into the run or tools containers, or specify another by name.  Additionally, with shell you can execute commands within the container similar to executing commands through ssh to a running host.  More details can be found in the IBM Cloud Developer Tools CLI documentation.

Improved Create Interaction

The prompts for the create command are streamlined in this release.  You now choose the type of application you are creating (mobile or otherwise), the language you would like to use, and a starter kit that is available for the combination of choices you’ve selected.  Additionally, the starter kits selection has a Show more details selection that adds more verbose descriptions of the starter kits.

Usability Improvements

This release adds various usability improvements to existing commands.  Prime examples are the --traceflag for both enable and create, and the deploy command now displays the application URL after a successful deployment.

Start developing your cloud native applications with IBM Cloud Developer Tools CLI today!  Create a new project or enable an existing one and enjoy a stream-lined developer experience to get your applications on the IBM Cloud.

Categories

More from

Building cars in a changing world: Audi’s Integrated Approach with IBM Planning Analytics

4 min read - Audi, a renowned German automobile manufacturer, stands proudly as a symbol of luxury, performance and cutting-edge automotive technology. Founded in 1909, Audi has evolved over the years into a global leader in the automotive industry. The brand's iconic four interlocking rings represent the merger of four independent carmakers in 1932, solidifying Audi's commitment to excellence and unity. Audi is known for its meticulous attention to detail, elegant design, and unmatched engineering. These qualities have earned them a dedicated following worldwide.…

Real-time transaction data analysis with IBM Event Automation

3 min read - As the pace and volume of digital business continue to increase, organizations are facing mounting pressure to accelerate the speed at which they do business. The ability to quickly respond to shifting customer and market dynamics has become key for contending with today’s growing digital economy. In a survey run by IDC, a leading provider of global IT research and advice, 43% of technology leaders indicated that they were “planning to deliver innovative digital products and services at a faster…

IBM Cloud inactive identities: Ideas for automated processing

4 min read - Regular cleanup is part of all account administration and security best practices, not just for cloud environments. In our blog post on identifying inactive identities, we looked at the APIs offered by IBM Cloud Identity and Access Management (IAM) and how to utilize them to obtain details on IAM identities and API keys. Some readers provided feedback and asked on how to proceed and act on identified inactive identities. In response, we are going lay out possible steps to take.…

In observability, “automation” is spelled I-N-S-T-A-N-A

3 min read - Modern application environments need real-time automated observability to have visibility and insights into what is going on. Because of the highly dynamic nature of microservices and the numerous interdependencies among application components, having an automated approach to observability is essential. That’s why traditional solutions like New Relic struggle to keep up with monitoring in cloud-native environments.  Automation in observability is a requirement When an application is not performing properly, customers are unhappy and your business can suffer. If your observability…