Skip to content
View sean-horn's full-sized avatar
Block or Report

Block or report sean-horn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Example cookbook Ruby code to show a... Example cookbook Ruby code to show all versions of all cookbooks for the _default env
    1
    log "---writing all ckbks and version---"
    2
    require 'rest_client'
    3
      env          = "_default"
    4
      num_versions = "num_versions=all"
    5
      api_endpoint = env ? "/environments/#{env}/cookbooks?#{num_versions}" : "/cookbooks?#{num_versions}"
  2. Reading the cookbook collection to g... Reading the cookbook collection to get the list of cookbooks/versions used
    1
    log "---writing all ckbks and version---"
    2
    
                  
    3
    cookbooks = @run_context.cookbook_collection
    4
    log "The recipes were these: #{cookbooks.keys.map {|x| cookbooks[x].name + " " + cookbooks[x].version} }"
    5
    
                  
  3. cleanup-org-invites-api knife exec s... cleanup-org-invites-api knife exec script
    1
    # OC-11643
    2
    # OC-11644
    3
    
                  
    4
    # You can use this script by running `knife exec`
    5
    
                  
  4. chefconf2018demo chefconf2018demo Public

    Forked from brandur/rocket-rides-unified

    Ruby

  5. snapshot-chef-server snapshot-chef-server Public

    Shell

  6. typesense-instantsearch-demo typesense-instantsearch-demo Public

    Forked from typesense/typesense-instantsearch-demo

    A demo app that shows how to use the Typesense InstantSearch adapter, to build rich search interfaces.

    JavaScript