Skip to content

Instantly share code, notes, and snippets.

@dangnhdev
Last active November 23, 2023 10:17
Show Gist options
  • Save dangnhdev/ed72f24f02f3faa2a1f96a88e4fc6ee2 to your computer and use it in GitHub Desktop.
Save dangnhdev/ed72f24f02f3faa2a1f96a88e4fc6ee2 to your computer and use it in GitHub Desktop.
dev commands
  • clink turn of suggestion
clink set autosuggest.hint false
  • jq delete field json
jq "map(del(.product_type, .created_at, .updated_at))" .\drizzle\dtemplate.json > .\drizzle\output.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment