New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@citadelgroup/reporting-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citadelgroup/reporting-cli

Command line interface to develop custom reports for LeanIX EAM

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

leanix-reporting-cli

npm version

Command line interface to initialise, develop and publish custom reports for LeanIX EAM Tool. Please also have a look at the corresponding reporting library: https://github.com/leanix/leanix-reporting

Documentation

The usage of the command line interface is shown when running lxr --help. Detailed help for individual commands and their options can be obtained by running lxr help [command].

For information on how to create a custom report, please refer to our documentation.

For reporting-cli developers

Publish new version

  • Create new release by following git-flow
    • Create release branch
    • Bump version in package.json (decide whether patch, minor, major update)
    • Merge release branch to develop & main
    • Make sure a git tag is created for the new version
  • Make sure you have logged in to publish to npm registry in scope @leanix (npm login - see: https://docs.npmjs.com/cli/adduser)
  • Execute npm publish --access public on the main branch
  • Add release notes to the release in github (https://github.com/leanix/leanix-reporting-cli/releases)

Keywords

leanix

FAQs

Package last updated on 18 Oct 2021

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