-
Notifications
You must be signed in to change notification settings - Fork 3
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
docs: Include defradb CLI autogenerated docs v0.5 #95
Conversation
Deploying with Cloudflare Pages
|
to run the script, with e.g. develop commit hash of the moment |
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.
LGTM, wish it was TS :P
Might be helpful to include the command in package.json scripts for convenience.
docs/references/cli/_category_.json
Outdated
@@ -0,0 +1,3 @@ | |||
{ | |||
"label": "CLI" |
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.
[Nitpick]: CLI Specification? as per #72
try { | ||
const tempDir = tmp.dirSync({ unsafeCleanup: true }); | ||
|
||
await git.clone(repoUrl, tempDir.name, { '--depth': 1 }); |
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.
[Question] What do you think of default to the develop
if no sha passed?
Resolves #10