Get the most out of your StrixEye experience
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Thanks to maintainers and communities of the following projects for making development of our CLI easier. Full list of dependencies can be found in go modules file.
General information about setting up StrixEye CLI locally
Required software and installations.
- CLI has no external dependencies. It will work on all machines those operating systems we support.
There are 3 ways you can authenticate yourself to StrixEye Cloud servers.
strixeye configure user
or
strixeye login
Then, enter your User API Token when prompted.
strixeye configure user --user-api-token=<YOUR_TOKEN> --agent-id=<YOUR_AGENT_ID>
Check out documentation to see possible places for StrixEye CLI. On *NIX, it is under /etc/strixeye-cli/cli.json
Edit/Add user_api_token
and agent_id
fields in your cli config file
user_api_token: YOUR_USER_API_TOKEN
agent_id: SELECTED_AGENT_ID
-
Download StrixEye CLI for your Operating System and Distribution from here or build from source
-
Register or contact StrixEye
-
Get your User API Key from StrixEye Dashboard
-
Get StrixEye CLI from your package manager or see Build
-
Authenticate yourself to StrixEye
-
Choose an agent to work with:
strixeye configure agent
For more examples, please refer to the Documentation
After you have authenticated and selected an agent, you can simply install the agent via:
$ strixeye agent install
If you are not sure about your configuration, you can ask for an interactive installation process
$ strixeye agent install --interactive
Other than Go version 1.16.+, StrixEye CLI has no dependencies/requirements.
Basic building process like the following would suffice.
$ go build -o strixeye cmd/strixeye/main.go
- Download latest-release for your operating system/architecture
- Unzip binary and place it somewhere in your path
- Make it executable
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learned, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0 License. See LICENSE
for more information.
StrixEye - @strixeye - [email protected]
Project Link: https://github.com/strixeyecom/cli