Skip to content

Commit

Permalink
Merge branch 'identities-cli' into identities-access
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Jun 17, 2024
2 parents 77f6e9d + f10806e commit 387b21d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internals/cli/cmd_identities.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ func (cmd *cmdIdentities) Execute(args []string) error {
if err != nil {
return err
}
if len(identities) == 0 {
fmt.Fprintln(Stderr, "No identities.")
return nil
}

err = writeOutput(identities)
if err != nil {
return err
Expand Down

0 comments on commit 387b21d

Please sign in to comment.