Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ibm-cloud/continuous-delivery

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-cloud/continuous-delivery

IBM Cloud Continuous Delivery Node.js SDK

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-95.45%
Maintainers
0
Weekly downloads
 
Created
Source

IBM Cloud Continuous Delivery Node.js SDK

Build Status npm Release License semantic-release

The Node.js client library to interact with the IBM Cloud Continuous Delivery Toolchain and Tekton Pipeline APIs.

Table of Contents

Overview

The IBM Cloud Continuous Delivery Node.js SDK allows developers to programmatically interact with the following IBM Cloud services:

Service NameImport Path
Toolchain API@ibm-cloud/continuous-delivery/cd-toolchain/v2
Tekton Pipeline API@ibm-cloud/continuous-delivery/cd-tektonpipeline/v2

Table 1. IBM Cloud services

Migration

ibm-continuous-delivery package has been deprecated! The IBM Continuous Delivery Node SDK is now available as @ibm-cloud/continuous-delivery.

To migrate to the new package, you can use the commands listed below:

npm uninstall ibm-continuous-delivery
npm install @ibm-cloud/continuous-delivery

You will also need to modify any references to the old package ibm-continuous-delivery within import/require statements so they reflect the new package @ibm-cloud/continuous-delivery. Here is an example:


// 'require' statements that reflect the old package name:
const CdToolchainV2 = require("ibm-continuous-delivery/cd-toolchain/v2");
const CdTektonPipelineV2 = require("ibm-continuous-delivery/cd-tekton-pipeline/v2");

// Modify this to reflect the new package name:
const CdToolchainV2 = require("@ibm-cloud/continuous-delivery/cd-toolchain/v2");
const CdTektonPipelineV2 = require("@ibm-cloud/continuous-delivery/cd-tekton-pipeline/v2");

Prerequisites

  • You need an IBM Cloud account.
  • Node.js >=18: This SDK is tested with Node.js versions 18 and up. It may work on previous versions but this is not officially supported.

Installation

npm install @ibm-cloud/continuous-delivery

Using the SDK

For general SDK usage information, see IBM Cloud SDK Common README.

Questions

If you are having difficulties using this SDK or have a question about the IBM Cloud services, please ask a question at Stack Overflow. Alternatively, you can reach out to the IBM Cloud Continuous Delivery development team by joining us on Slack.

Issues

If you encounter an issue with the SDK, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible someone has already encountered this issue.

Open source @ IBM

Find more open source projects on the IBM Github Page

Contributing

See CONTRIBUTING.

License

This project is released under the Apache 2.0 license. The license's full text can be found in LICENSE.

Keywords

FAQs

Package last updated on 16 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc