You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
go build -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=0.0.2" -o allero
build-prod:
go build -tags=production -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=0.0.2" -o allero
run:
go run main.go
validate:
go run -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=test" main.go validate
validate-local:
go run -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=test" main.go validate . --ignore-token
validate-ignore-token:
go run -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=test" main.go validate --ignore-token
set-token:
go run -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=test" main.go config set token ewogICJydWxlcyI6IFt0cnVlLCBmYWxzZSwgdHJ1ZSwgZmFsc2UsIHRydWUsIGZhbHNlLCB0cnVlLCBmYWxzZV0sCiAgImVtYWlsIjogImRpbWFicnVAZ21haWwuY29tIiwKICAidW5pcXVlSWQiOiAiYWJjMTIzIiAKfQ==
clear-token:
go run -ldflags="-X github.com/allero-io/allero/cmd.CliVersion=test" main.go config clear token
create-bin:
goreleaser --snapshot --skip-publish --rm-dist
fetch:
go run main.go fetch https://github.com/allero-io/allero https://gitlab.com/allero
github:
go run main.go fetch github supran2811/familyApp
gitlab:
# go run main.go fetch gitlab GitLab-examples/clojure-web-application