Skip to content

Commit

Permalink
Use the unstable endpoint (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomorain authored and bradylill committed Jun 21, 2018
1 parent d6499fe commit 2921822
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/unstable", "the endpoint of your CircleCI GraphQL API")
rootCmd.PersistentFlags().StringP("endpoint", "e", "https://circleci.com/graphql-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 2921822

Please sign in to comment.