mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
07b89c4cbd
- Use goreleaser to automate release process. - Add new dockerfiles for fleet (with fleetctl) and fleetctl (only). - Add GitHub Action Workflow to run goreleaser on new tag. - Update NPM to match new archive naming. |
||
---|---|---|
.. | ||
.gitignore | ||
package.json | ||
README.md | ||
run.js | ||
yarn.lock |
This is an installer for the fleetctl
CLI tool.
Use the fleetctl
CLI to interact with a Fleet server and manage connected osquery agents. Have a look at the Fleet README for more information.
Installation
Simply install fleetctl
with npm install -g fleetctl
.
Usage
See the fleetctl documentation or fleetctl --help
for usage instructions.