Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
kinvey-dlc-cli
Advanced tools
Utility for deploying Kinvey DLC microservices to Kinvey’s Node DLC PaaS.
Utility for deploying Kinvey DLC microservices to Kinvey’s Node DLC PaaS.
npm install -g kinvey-dlc-cli
In your project directory, run kinvey-dlc-cli config
to set-up your project. The CLI will prompt for Kinvey credentials, app, and Data Link.
config
- set project options.deploy
- deploy the current project as a Kinvey-backed Data Link Connector. You can check the status of a deploy using the status
command.help
- display usage information.list
- list the configured Kinvey-backed Data Link Connectors for the current app.logs
- query logs for this Kinvey-backed Data Link Connector.
<runtime id> <timestamp> - <message>
ac7df839104d 2016-02-23T20:00:29.334Z - hello world
recycle
- recycle the Data Link Connector.status <job>
- return the job status of a deploy
command.-e, --email <e-mail>
- e-mail address of your Kinvey account.--host <host>
- set host of the Kinvey service.-p, --password <password>
- password of your Kinvey account.-s, --silent
- do not output anything.-c, --suppress-version-check
- do not check for package updates.-v, --verbose
- output debug messages.Run any command with the --verbose
flag to see what is going on when executing a command. If problems persist, please contact Kinvey. In any case, make sure you have configured your project using the config
command before attempting to execute any other commands.
See the Changelog for a list of changes.
Copyright (c) 2016, Kinvey, Inc. All rights reserved.
This software is licensed to you under the Kinvey terms of service located at
http://www.kinvey.com/terms-of-use. By downloading, accessing and/or using this
software, you hereby accept such terms of service (and any agreement referenced
therein) and agree that you have read, understand and agree to be bound by such
terms of service and are of legal age to agree to such terms with Kinvey.
This software contains valuable confidential and proprietary information of
KINVEY, INC and is subject to applicable licensing agreements.
Unauthorized reproduction, transmission or distribution of this file and its
contents is a violation of applicable laws.
0.0.7 (2016-04-21)
FAQs
Utility for deploying Kinvey DLC microservices to Kinvey’s Node DLC PaaS.
The npm package kinvey-dlc-cli receives a total of 4 weekly downloads. As such, kinvey-dlc-cli popularity was classified as not popular.
We found that kinvey-dlc-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.