this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

env vars

+4 -2
+4 -2
cmd/photocopy/main.go
··· 71 71 Name: "with-backfill", 72 72 }, 73 73 &cli.StringFlag{ 74 - Name: "nervana-endpoint", 74 + Name: "nervana-endpoint", 75 + EnvVars: []string{"PHOTOCOPY_NERVANA_ENDPOINT"}, 75 76 }, 76 77 &cli.StringFlag{ 77 - Name: "nervana-api-key", 78 + Name: "nervana-api-key", 79 + EnvVars: []string{"PHOTOCOPY_NERVANA_API_KEY"}, 78 80 }, 79 81 }, 80 82 Commands: cli.Commands{