diff --git a/cmd/root.go b/cmd/root.go index 6794f1866..78817b40c 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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"} {