
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
virtualitics-cli
Advanced tools
A command line interface for initializing, packaging, and deploying Custom Apps to the Virtualitics AI Platform from a local development environment.
A command line interface for initializing, packaging, and deploying Custom Apps to the Virtualitics AI Platform (VAIP) from a local development environment.
pip install virtualitics-cli
Requires Python >= 3.14.
vaip config # Configure connection to a VAIP instance
vaip init # Scaffold a new VAIP app
# ... write your app code ...
vaip build --yes # Build a wheel
vaip deploy # Deploy to the VAIP instance
vaip destroy --project-name=my_app --yes # Remove app from the instance
$ vaip [OPTIONS] COMMAND [ARGS]...
Options:
--version--verbose / --no-verbose: [default: no-verbose]--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.vaip configCreate or update a configuration file for connecting to a VAIP instance. Requires a friendly name, host URL, API token, and username. Supports multiple named contexts.
$ vaip config [OPTIONS]
-N, --name TEXT: Friendly name for the VAIP instance (e.g., predict-dev) [required]-H, --host TEXT: Backend hostname (e.g., https://predict-api-dev.virtualitics.com) [required]-T, --token TEXT: API token for authentication-U, --username TEXT: Username associated with API tokenvaip use-contextSwitch the active context for deployment.
$ vaip use-context CONTEXT_NAME
vaip show-contextDisplay the current configuration file.
$ vaip show-context
vaip delete-contextDelete a specific context from the configuration file.
$ vaip delete-context CONTEXT_NAME
vaip edit-contextModify a specific context in the configuration file.
$ vaip edit-context CONTEXT_NAME
vaip initScaffold a new VAIP app structure with a pyproject.toml and package directory.
$ vaip init [OPTIONS]
-n, --project-name TEXT: Name for the VAIP App (no spaces, numbers, or special chars besides _) [required]-v, --version TEXT: Version for the VAIP App [required]-d, --description TEXT: Description for the VAIP App [required]-a, --authors TEXT: Authors for the VAIP App [required]-l, --licenses TEXT: License for the VAIP App [required]vaip buildBuild a Python wheel file from the pyproject.toml in the current directory.
$ vaip build [OPTIONS]
-y, --yes: Confirm the build [required]vaip deployDeploy the VAIP App wheel to the configured VAIP instance.
$ vaip deploy [OPTIONS]
-f, --file TEXT: Path to the wheel file (defaults to ./dist/*.whl)vaip destroyDelete a VAIP module and all its apps from the instance.
$ vaip destroy [OPTIONS]
-n, --project-name TEXT: Project name to delete [required]-y, --yes: Confirm deletion [required]vaip publishPublish a VAIP App to other users in your organization. (Not currently implemented.)
$ vaip publish
FAQs
A command line interface for initializing, packaging, and deploying Custom Apps to the Virtualitics AI Platform from a local development environment.
We found that virtualitics-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.