June 28, 2019 By jason-mcalpin 2 min read

The IBM Cloud developer experience team is pleased to announce the latest version of the IBM Cloud Developer Tools CLI.

In addition to the usual stability/quality improvements, we are excited to announce some new IBM Cloud Developer Tools CLI productivity features that let you manage your IBM Cloud DevOps toolchains and pipelines directly from the CLI.

DevOps commands

The new DevOps commands in the ibmcloud dev CLI make it even easier to manage and interact with your IBM Cloud DevOps toolchains and pipelines.

Toolchains are collections of services that work together as part of your DevOps processes. CLI commands for toolchains include the following:

  • ibmcloud dev toolchains: Fetch all of your toolchains for the current region.
  • ibmcloud dev toolchain-get: Fetch details for a specific DevOps toolchain.
  • ibmcloud dev toolchain-open: Open the system web browser to view the toolchain on IBM Cloud.
  • <a href="https://cloud.ibm.com/docs/cli/idt?topic=cloud-cli-idt-cli#toolchain-delete" target="_blank" rel="noopener">ibmcloud dev toolchain-delete</a>: Delete a toolchain instance.

A toolchain can contain one or more delivery pipelines. A delivery pipeline is the scripted path that is executed for a DevOps process. CLI commands for pipelines include the following: 

Scriptability

The new DevOps commands were also designed with scriptability in mind. When fetching details for toolchains or pipelines, you can use the --json flag to return the toolchain or pipeline definition in JSON format instead of the readability-optimized format. This lets you take the output of the command and pipe it directly into a JSON parser for use in scripting and automation workflows.

For example, let’s look at a relatively simple `bash` script that makes use of the --json flag and jq for JSON processing. The script fetches all toolchains, extracts the name from the first one, fetches details for that toolchain, extracts the pipeline id, and then runs/invokes the DevOps pipeline:

# Fetch toolchains as JSON
TOOLCHAINS="$(ibmcloud dev toolchains --json)"


# Parse the first toolchain name
TOOLCHAIN_NAME="$(echo $TOOLCHAINS | jq .items[0].name -r)"


# Extract the pipeline id
PIPELINE_SERVICE="$(echo $TOOLCHAIN | jq '.items[].services[] | select(.service_id == "pipeline")' -r)"
PIPELINE_ID="$(echo $PIPELINE_SERVICE | jq .instance_id -r)"


#invoke the pipeline
ibmcloud dev pipeline-invoke $PIPELINE_ID

Important notes

The DevOps CLI functionality can only be used to target toolchains that exist within a resource group. Older Cloud Foundry-based toolchains may not be compatible with the DevOps CLI commands.

Another thing to keep in mind when working with the DevOps commands is that DevOps toolchains and pipelines are region-specific. The DevOps commands will use the region where you are currently logged into with the ibmcloud cli. If you’re not sure which region you’re targeting, just use the ibmcloud target command to find out.

What else is new?

Other notable features in this release include:

  • General formatting and usability improvements
  • Removal of the deprecated OpenAPI support in ibmcloud dev create
  • Golang projects are now supported in ibmcloud dev enable
  • Added -f (force) flag to ibmcloud dev delete—it’s now even easier to script

For assistance, please submit questions to the author of this article. You can reach the development team in the #developer-tools channel of this Slack. You can request access to this Slack channel here.

More from Announcements

Success and recognition of IBM offerings in G2 Summer Reports  

2 min read - IBM offerings were featured in over 1,365 unique G2 reports, earning over 230 Leader badges across various categories.   This recognition is important to showcase our leading products and also to provide the unbiased validation our buyers seek. According to the 2024 G2 Software Buyer Behavior Report, “When researching software, buyers are most likely to trust information from people with similar roles and challenges, and they value transparency above other factors.”  With over 90 million visitors each year and hosting more than 2.6…

IBM named a Leader in Gartner Magic Quadrant for SIEM, for the 14th consecutive time

3 min read - Security operations is getting more complex and inefficient with too many tools, too much data and simply too much to do. According to a study done by IBM, SOC team members are only able to handle half of the alerts that they should be reviewing in a typical workday. This potentially leads to missing the important alerts that are critical to an organization's security. Thus, choosing the right SIEM solution can be transformative for security teams, helping them manage alerts…

Reflecting on IBM’s legacy of environmental innovation and leadership

4 min read - Upholding a legacy of more than 50 years of environmental responsibility through our company’s actions and commitments, IBM continues to be a leader in driving sustainability for our business, our communities and our clients—including a 34-year history of annual, public environmental reporting, which we continue today. As a hybrid cloud and artificial intelligence (AI) company, we believe that leveraging technology is key to unlocking impact, and it will play a substantial role in how society addresses, adapts to, and overcomes…

IBM Newsletters

Get our newsletters and topic updates that deliver the latest thought leadership and insights on emerging trends.
Subscribe now More newsletters