Skip to content

vmpowerio/agent

Repository files navigation

VMPower agent

Collects login data for your virtual machines and reports them to your VMPower account. Read the documentation here.

Developing

These are the instructions for developing this package. Only follow these if you need to make a change to the agent.

Getting started

# Install dependencies
npm i
# Transpile the code
npm run build
# Run the CLI
node build/index.js

Running the tests

# Runs flow typechecks
npm run flow
# Runs the functional test suite
npm run test
# Runs the CI checks. Do this before a PR
npm run ci_validate

About

The VMPower agent collects basic login (SSH, RDP) information from your VMs and reports them to your VMPower account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published