-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CIRCLE-12198] Update instructions circleci-beta->circleci-cli #17
Conversation
README.md
Outdated
``` | ||
|
||
> You could also copy the query above, and run it directly from your Clipboard `pbpaste | circleci-cli query`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mac specific but probably okay (linux would be xclip -sel clipboard -o | circleci-cli query
)
bfc4f16
to
35ab374
Compare
README.md
Outdated
$ circleci configure | ||
``` | ||
|
||
Accept the provided default `CircleCI API End Point`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I didn't realize this was a prompt. I thought it printed out only.
In this case, maybe the instructions should instruct Server customers to use their Server address (i.e. circleci.my-org.com
)
35ab374
to
7c712ce
Compare
Codecov Report
@@ Coverage Diff @@
## master #17 +/- ##
======================================
Coverage 43.4% 43.4%
======================================
Files 10 10
Lines 622 622
======================================
Hits 270 270
Misses 330 330
Partials 22 22 Continue to review full report at Codecov.
|
Paired with @eric-hu
This card isn't technically part of CIRCLE-12198, but it has a fair amount of overlap.