Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux binary doesn't handle top level commands as documentation #273

Closed
hlascelles opened this issue Apr 24, 2020 · 7 comments
Closed

Linux binary doesn't handle top level commands as documentation #273

hlascelles opened this issue Apr 24, 2020 · 7 comments

Comments

@hlascelles
Copy link

hlascelles commented Apr 24, 2020

Installation Process

Downloaded and untar'd the tar and placed binary in path. Mint Linux 19.3

Polaris Version

Polaris version 0.6.0

Expected Behavior

The documenation (Usage) describes running top level commands without dashes like this:

polaris version

Actual Behavior

On Linux this just runs audit:

polaris version
# => Full audit output

To run version (or help/dashboard etc...) you need to add dashes:

polaris --version
# =>Polaris version 0.6.0

I am not sure how it acts on Mac, but I think it may be a build config missing in the Linux binary?

@rbren
Copy link
Member

rbren commented Apr 24, 2020

Sorry for the confusion. We're in the middle of releasing 1.0, but have been delayed - the current docs are for the upcoming version.

@mambax
Copy link
Contributor

mambax commented May 7, 2020

@rbren Is there any date expected for 1.0.0? I wait desperately as I celebrate you for the customChecks, even use them already in Dashboard but can not use them with CLI.
When +- would you expect 1.0.0? I will put it then to our backlog to check again...
Love what you guys do but will be able to switch only when 1.0 comes with custom checks with CLI support (need to put it to the CI) 😍

@rbren
Copy link
Member

rbren commented May 7, 2020

Hopefully soon! Ideally it will be in the next two weeks, but we're still finding some minor performance regressions etc that we want to squash first.

If you want, you can use go run main.go audit in place of the cli for now

@mambax
Copy link
Contributor

mambax commented May 18, 2020

@rbren Do you have a release date? I am so badly looking forward to enable our custom check webhook ⚔️ Devs will hate me 😃

Btw go run main.go audit works, yet I don't dare to rollout with the non-release 💯

@rbren
Copy link
Member

rbren commented May 18, 2020

Almost there! #300

Just need to merge one more breaking change.

@rbren
Copy link
Member

rbren commented May 20, 2020

1.0.0 released!

@rbren rbren closed this as completed May 20, 2020
@hlascelles
Copy link
Author

Works perfectly, cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants