Skip to content

ci: publish git-proxy-cli to npm#1654

Open
jescalada wants to merge 3 commits into
mainfrom
fix-cli-publishing
Open

ci: publish git-proxy-cli to npm#1654
jescalada wants to merge 3 commits into
mainfrom
fix-cli-publishing

Conversation

@jescalada

@jescalada jescalada commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Description

Adds workflow jobs to automatically publish @finos/git-proxy-cli to NPM. Ideally, we should merge #1520 and #1627 before this one to make sure future releases (2.1.0, etc.) work correctly for both the parent package and CLI.

Requirements

Related Issue

Resolves #1653

Checklist

General

Documentation

  • Documentation has been added/updated for any new features

Configuration

Tests

  • Tests have been added/updated for new functionality
  • Unit tests pass (npm test)
  • Linting and formatting pass (npm run lint and npm run format:check)
  • Type checks pass (npm run check-types)

@jescalada
jescalada requested a review from a team as a code owner July 22, 2026 02:54
@netlify

netlify Bot commented Jul 22, 2026

Copy link
Copy Markdown

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 27b8fce
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/6a603c022791d800087c93b7

@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

packages/git-proxy-cli/package.json

PackageVersionLicenseIssue Type
axios^1.18.1NullUnknown License
yargs^18.0.0NullUnknown License
Allowed Licenses: MIT, MIT-0, Apache-2.0, BSD-3-Clause, BSD-3-Clause-Clear, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0, OFL-1.1, Zlib, BlueOak-1.0.0, LicenseRef-scancode-dco-1.1, Ubuntu-font-1.0, Artistic-2.0, Python-2.0, EPL-2.0
Excluded from license check: pkg:npm/caniuse-lite, pkg:npm/path-is-inside, pkg:npm/unicode-match-property-value-ecmascript, pkg:npm/unicode-property-aliases-ecmascript, pkg:npm/uri-js

OpenSSF Scorecard

PackageVersionScoreDetails
npm/axios ^1.18.1 UnknownUnknown
npm/yargs ^18.0.0 UnknownUnknown

Scanned Files

  • packages/git-proxy-cli/package.json

@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.97%. Comparing base (9bc9c0d) to head (27b8fce).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1654   +/-   ##
=======================================
  Coverage   85.97%   85.97%           
=======================================
  Files          87       87           
  Lines        8621     8621           
  Branches     1492     1492           
=======================================
  Hits         7412     7412           
  Misses       1178     1178           
  Partials       31       31           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish @finos/git-proxy-cli to npm, check quickstart guide accuracy

1 participant