Registry / devops / embedlabs-cli

embedlabs-cli

JSON →
library0.1.0-alpha.88jsnpmunverified

An experimental alias package for the EmbedBoard CLI, used for Embed Labs Cloud integration testing. Currently at version 0.1.0-alpha.88, this is a forwarding package that re-exports the CLI from @kvell007/embed-labs-cli. It is intended for beta testing and may change rapidly. There is no stable release yet, and the package should not be used in production environments.

npm install embedlabs-cli
INSTALL
IMPORT
SIG · EMBEDLABS-CLI
E
embedlabs-cli
devopsjavascriptv0.1.0-alpha.88
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.

CLI executable
npx embedlabs-cli --help
npm install -g embedlabs-cli && embedlabs-cli --help (works but not recommended for CI)
Use npx to avoid global installs. The package is a thin alias, so all commands go to @kvell007/embed-labs-cli.

Shows help for the EmbedLabs CLI. The alias forwards to @kvell007/embed-labs-cli.

npx embedlabs-cli@alpha --help
Debug
Known issues
gotchaThis is an alias package; actual functionality and updates are in @kvell007/embed-labs-cli. Do not report issues here.
fix
Use @kvell007/embed-labs-cli directly for development and issue tracking.
affects: >=0.1.0-alpha.0 <0.2.0
breakingBreaking changes may occur at any time during alpha. The CLI commands and options are unstable.
fix
Pin to a specific alpha version if stability is required, or wait for a stable release.
affects: >=0.1.0-alpha.0 <0.2.0
deprecatedThe alias package may be deprecated or renamed before stable release. The name 'embedlabs-cli' might not be permanent.
fix
Switch to @kvell007/embed-labs-cli once the package stabilizes.
affects: >=0.1.0-alpha.0 <0.2.0
Errors
Common errors & fixes
Error: Cannot find module '@kvell007/embed-labs-cli'
The underlying package was not installed because the alias package does not include it as a regular dependency in a flat node_modules structure.
fix
Run npm install to install dependencies, or use npx which auto-installs.
Command not found: embedlabs-cli
The package is not installed globally or not in PATH.
fix
Use npx embedlabs-cli instead, or install globally with npm install -g embedlabs-cli@alpha.
Upgrade
Version history
0.1.0-alpha.88latest on npm
Audit
Dependencies
@kvell007/embed-labs-clirequiredThis is an alias package that forwards all functionality to the underlying CLI package.
Agent activity
2 hits · last 30 days
node
2
Resources
embedlabs-cli — npm install embedlabs-cli · libregistry