We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3be27a1 + 9c9911f commit 2cdb318Copy full SHA for 2cdb318
1 file changed
cmd/status.go
@@ -24,6 +24,10 @@ func Status(ctx *cli.Context) error {
24
os.Exit(1)
25
}
26
27
+ if !c.IsAuthenticated() {
28
+ log.Fatal(msgPleaseAuthenticate)
29
+ }
30
+
31
client := api.NewClient(c)
32
trackID := args[0]
33
status, err := client.Status(trackID)
0 commit comments