File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
10
10
11
11
"goauthentik.io/internal/common"
12
12
"goauthentik.io/internal/config"
13
+ "goauthentik.io/internal/constants"
13
14
"goauthentik.io/internal/debug"
14
15
"goauthentik.io/internal/outpost/ak"
15
16
"goauthentik.io/internal/outpost/ak/healthcheck"
@@ -24,7 +25,8 @@ Required environment variables:
24
25
- AUTHENTIK_INSECURE: Skip SSL Certificate verification`
25
26
26
27
var rootCmd = & cobra.Command {
27
- Long : helpMessage ,
28
+ Long : helpMessage ,
29
+ Version : constants .FullVersion (),
28
30
PersistentPreRun : func (cmd * cobra.Command , args []string ) {
29
31
log .SetLevel (log .DebugLevel )
30
32
log .SetFormatter (& log.JSONFormatter {
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
10
10
11
11
"goauthentik.io/internal/common"
12
12
"goauthentik.io/internal/config"
13
+ "goauthentik.io/internal/constants"
13
14
"goauthentik.io/internal/debug"
14
15
"goauthentik.io/internal/outpost/ak"
15
16
"goauthentik.io/internal/outpost/ak/healthcheck"
@@ -27,7 +28,8 @@ Optionally, you can set these:
27
28
- AUTHENTIK_HOST_BROWSER: URL to use in the browser, when it differs from AUTHENTIK_HOST`
28
29
29
30
var rootCmd = & cobra.Command {
30
- Long : helpMessage ,
31
+ Long : helpMessage ,
32
+ Version : constants .FullVersion (),
31
33
PersistentPreRun : func (cmd * cobra.Command , args []string ) {
32
34
log .SetLevel (log .DebugLevel )
33
35
log .SetFormatter (& log.JSONFormatter {
Original file line number Diff line number Diff line change 9
9
"github.com/spf13/cobra"
10
10
11
11
"goauthentik.io/internal/common"
12
+ "goauthentik.io/internal/constants"
12
13
"goauthentik.io/internal/debug"
13
14
"goauthentik.io/internal/outpost/ak"
14
15
"goauthentik.io/internal/outpost/ak/healthcheck"
@@ -23,7 +24,8 @@ Required environment variables:
23
24
- AUTHENTIK_INSECURE: Skip SSL Certificate verification`
24
25
25
26
var rootCmd = & cobra.Command {
26
- Long : helpMessage ,
27
+ Long : helpMessage ,
28
+ Version : constants .FullVersion (),
27
29
PersistentPreRun : func (cmd * cobra.Command , args []string ) {
28
30
log .SetLevel (log .DebugLevel )
29
31
log .SetFormatter (& log.JSONFormatter {
Original file line number Diff line number Diff line change 9
9
"github.com/spf13/cobra"
10
10
11
11
"goauthentik.io/internal/common"
12
+ "goauthentik.io/internal/constants"
12
13
"goauthentik.io/internal/debug"
13
14
"goauthentik.io/internal/outpost/ak"
14
15
"goauthentik.io/internal/outpost/ak/healthcheck"
@@ -23,7 +24,8 @@ Required environment variables:
23
24
- AUTHENTIK_INSECURE: Skip SSL Certificate verification`
24
25
25
26
var rootCmd = & cobra.Command {
26
- Long : helpMessage ,
27
+ Long : helpMessage ,
28
+ Version : constants .FullVersion (),
27
29
PersistentPreRun : func (cmd * cobra.Command , args []string ) {
28
30
log .SetLevel (log .DebugLevel )
29
31
log .SetFormatter (& log.JSONFormatter {
You can’t perform that action at this time.
0 commit comments