Registry / devops / skv-cli

skv-cli

JSON →
library2.0.3jsnpmunverified

A CLI tool for developing and deploying metadata to 1C:Enterprise applications. Version 2.0.3, updated sporadically. Key differentiators: integrates with SKV platform, handles login, pull, build, and push of metadata. Ships TypeScript types. Intended for Russian-speaking 1C developers.

npm install skv-cli
INSTALL
IMPORT
SIG · SKV-CLI
S
skv-cli
devopsjavascriptv2.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

skv-cli
npx skv-cli [command]
import skv-cli from 'skv-cli'
Command-line tool, not a JavaScript library. Use via npx or global install.

Install skv-cli globally, log in to a server, pull metadata, build, and push changes.

npm i -g skv-cli skv login https://example.com -u myuser -p mypass skv pull # modify metadata skv build skv push
Debug
Known issues
gotchaThe CLI is not a JavaScript/Node.js library but a command-line tool. Do not attempt to import it in code.
fix
Use via shell commands or npx.
affects: >=0.0.0
gotchaPassword passed via -p flag may be visible in process listing and shell history.
fix
Use environment variables or secure prompts; avoid plaintext arguments.
affects: >=0.0.0
deprecatedNo version deprecations known. The package is actively maintained but infrequently updated.
fix
Check latest version with `npm view skv-cli version`.
affects: >=2.0.0
gotchaDocumentation is in Russian; non-Russian speakers may face difficulties.
fix
Consider using translation tools or contribute English documentation.
affects: >=0.0.0
Errors
Common errors & fixes
Command 'skv' not found
skv-cli is not installed or not in PATH.
fix
Install globally: npm i -g skv-cli, then ensure PATH includes npm global bin directory.
Error: Login failed: Invalid credentials
Wrong username, password, or URL.
fix
Double-check credentials and URL. Use --ignoreSsl if certificate issues exist.
Error: Failed to pull metadata: Connection refused
Server unreachable or wrong URL.
fix
Verify server URL and network connectivity. Ensure the server is running and accessible.
Upgrade
Version history
2.0.3latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
skv-cli — npm install skv-cli · libregistry