Skip to content

Commit

Permalink
Merge pull request #28 from circleci/use-unstable
Browse files Browse the repository at this point in the history
Use the unstable endpoint
  • Loading branch information
Zachary Scott authored Jun 21, 2018
2 parents 6001270 + 49d1521 commit 6e485cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func init() {
}

rootCmd.PersistentFlags().BoolP("verbose", "v", false, "Enable verbose logging.")
rootCmd.PersistentFlags().StringP("endpoint", "e", "https://circleci.com/graphql", "the endpoint of your CircleCI GraphQL API")
rootCmd.PersistentFlags().StringP("endpoint", "e", "https://circleci.com/unstable", "the endpoint of your CircleCI GraphQL API")
rootCmd.PersistentFlags().StringP("token", "t", "", "your token for using CircleCI")

for _, flag := range []string{"endpoint", "token", "verbose"} {
Expand Down

0 comments on commit 6e485cd

Please sign in to comment.