-
Progress Chef
- https://chef.io
Pinned Loading
-
Example cookbook Ruby code to show a...
Example cookbook Ruby code to show all versions of all cookbooks for the _default env 1log "---writing all ckbks and version---"
2require 'rest_client'
3env = "_default"
4num_versions = "num_versions=all"
5api_endpoint = env ? "/environments/#{env}/cookbooks?#{num_versions}" : "/cookbooks?#{num_versions}"
-
Reading the cookbook collection to g...
Reading the cookbook collection to get the list of cookbooks/versions used 1log "---writing all ckbks and version---"
23cookbooks = @run_context.cookbook_collection
4log "The recipes were these: #{cookbooks.keys.map {|x| cookbooks[x].name + " " + cookbooks[x].version} }"
5 -
cleanup-org-invites-api knife exec s...
cleanup-org-invites-api knife exec script 1# OC-11643
2# OC-11644
34# You can use this script by running `knife exec`
5 -
-
-
typesense-instantsearch-demo
typesense-instantsearch-demo PublicForked from typesense/typesense-instantsearch-demo
A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.