Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@credenceanalytics/credmktcli
Advanced tools
Support for market place page where in any kind of feature like report/app/noderedflow can be published. User can visit market place download the Package and install.
$ npm install -g @credenceanalytics/credmktcli@latest
$ credmktcli --help
credmkt-cli
folder to somewhere safe on your disk.npm link --force
inside credmkt-cli/
folder.$ credmktcli --help
Run this command in the credence/
folder.
This command creates a new directory named custom-packages/
in the credence/
Folder.
$ credmktcli setup
credence/
├── visualizer-dashpages/
├── pages/
├── apps/
└── microservices/
credence/
├── custom-packages/
├── visualizer-dashpages/
├── apps/
├── pages/
└── microservices/
Run this command in package repository must be a git repo.
This command helps in setting up a new package by creating a package.json
file in the specified directory. It prompts the user to enter various details about the package such as name, version, description, author and keywords and writes these details into a newly created package.json
file.
$ credmktcli package:init
<Package repo>/
└── package.json
This command is used to add a new visualizer dashboard or pagebuilder page to an existing package in a Git repository.
This command checks if the current directory is a Git repository and contains a package.json file. It then prompts the user to choose whether to add a visualizer dashboard or pagebuilder page to the package. If a visualizer dashboard already exists in the package, the user is asked whether they want to overwrite it.
$ credmktcli package:add
<Package repo>/
└── package.json
└── <Package repo>/
├── visualizer-dashboard/
│ └── <Added dashboard>/
│ └── files
├── pages/
│ └── <Added pages/
│ └── files
└── package.json
This command is used to update the version of a package, commit and push changes to the Git repository, and create a ZIP archive of the package.
$ credmktcli package:publish
└── <Package repo>/
├── visualizer-dashboard/
│ └── <Added dashboard>/
│ └── files
├── pages/
│ └── <Added pages/
│ └── files
└── package.json
This command is used to extract and install a package from a specified ZIP file. This command handles extracting the package, optionally overwriting existing directories, and setting up the package correctly.
$ credmktcli package:apply
└── credence/
├── custom-packages/
├── visualizer-dashpages/
├── apps/
├── microservices/
└── pages/
credence/
├── custom-packages/
│ └── <Installed Package>/
│ ├── visualizer-dashboard/
│ │ └── <different dashboards>
| ├──pages/
| | └──<different pages>
│ └── package.json
├── visualizer-dashpages/
│ └── dash/
│ └── <different dashboards>
├── pages/
| └──<different pages>
├── apps
└── microservices
FAQs
Credence Marketplace CLI Tool
The npm package @credenceanalytics/credmktcli receives a total of 1 weekly downloads. As such, @credenceanalytics/credmktcli popularity was classified as not popular.
We found that @credenceanalytics/credmktcli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.