forgebox show

Aliases: 
  • show
  •  
    Parameters:
    Name Type Required Default Hint
    orderBy string false popular How to order results. Possible values are popular, new, installs, recent or a specific ForgeBox type
    type string false Name or slug of type to filter by. See possible types with "forgebox types command"
    startRow number false Row to start returning records on
    maxRows number false Number of records to return
    slug string false Slug of a specific ForgeBox entry to show.
    json boolean false false

    Command Usage

    Show forgeBox entries by slug or type. You can sort entires by most popular, recently updated, and newest.
    You can also filter for specific entry types such as cachebox, interceptors, modules, logbox, etc.
    Pro Tip: The first parameter will accept a type or a slug.

    Show details for a specifig entry

    forgebox show coldbox-platform
    Show entries of a given type. Use the "forgebox types" command to see available options
    forgebox show plugins
    Sort 10 newest entries
    forgebox show orderby=new maxRows=10
    Show sorted entries by type
    forgebox show new plugins
    
    forgebox show popular modules
    forgebox show recent commandbox-commands
    There are parameters to paginate results or you can pipe the output of this command into the "more" command like so:
    forgebox show popular | more