Skip to content

Commit

Permalink
dashboard: correct zed usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
  • Loading branch information
jzelinskie committed Sep 30, 2021
1 parent b629365 commit c1e10de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const rootTemplate = `
<pre>
# Install the zed CLI tool
brew install --HEAD authzed/tap/zed
brew install authzed/tap/zed
# Login to SpiceDB
zed login my_perm_system "the preshared key here" {{if .Args.GrpcNoTLS }}--insecure {{end}}--endpoint {{ .Args.GrpcAddr }}
zed context set first-dev-context {{ .Args.GrpcAddr }} "the preshared key here" {{if .Args.GrpcNoTLS }}--insecure {{end}}
# Save the sample schema
cat > sample.zed << 'SCHEMA'
Expand Down

0 comments on commit c1e10de

Please sign in to comment.