LogoLogo
HomeAPIBlog
2.5.0
2.5.0
  • INTRODUCTION
    • Getting Started
      • Running Local Development servers
      • Beginner Tutorial: Hello World
      • Beginner Tutorial: Hello Database
      • Tutorial: CFWheels, AJAX, and You
    • Frameworks and CFWheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Commands
    • wheels - commands
    • wheels generate - commands
    • wheels dbmigrate - commands
    • wheels plugins - commands
  • Working with CFWheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Contributing to CFWheels
    • Documenting your Code
  • Handling Requests with Controllers
    • Request Handling
    • Rendering Content
    • Redirecting Users
    • Sending Files
    • Sending Email
    • Responding with Multiple Formats
    • Using the Flash
    • Using Filters
    • Verification
    • Event Handlers
    • Routing
    • URL Rewriting
      • Apache
      • IIS
      • Tomcat
      • Nginx
    • Obfuscating URLs
    • Caching
    • Nesting Controllers
    • CORS Requests
  • Displaying Views to Users
    • Pages
    • Partials
    • Linking Pages
    • Layouts
    • Form Helpers and Showing Errors
    • Displaying Links for Pagination
    • Date, Media, and Text Helpers
    • Creating Custom View Helpers
    • Localization
  • Database Interaction Through Models
    • Object Relational Mapping
    • Creating Records
    • Reading Records
    • Updating Records
    • Deleting Records
    • Column Statistics
    • Dynamic Finders
    • Getting Paginated Data
    • Associations
    • Nested Properties
    • Object Validation
    • Object Callbacks
    • Calculated Properties
    • Transactions
    • Dirty Records
    • Soft Delete
    • Automatic Time Stamps
    • Database Migrations
      • Migrations In Production
    • Using Multiple Data Sources
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
Powered by GitBook
LogoLogo
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Command Line Tools

wheels plugins - commands

These are the commands in the wheels plugins namespace. Currently this section is pretty sparse, make suggestions of what you may want to see in this section.

wheels plugins list

This command will make a call to ForgeBox.io and bring back a list of available CFWheels Plugins listed on ForgeBox.

wheels plugins list
❯ wheels plugins list
================ CFWheels Plugins From ForgeBox ======================
Contacting ForgeBox, please wait...

 CFWheels Example Plugin    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-plugin-example"
CFWheels Example Plugin


 Shortcodes    ( Tom King )
Type: CFWheels Plugins
Slug: "shortcodes"
Shortcodes Plugin for CFWheels


 CFWheels iCal4j    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-ical4j"
CFWheels 2.x Plugin Date Repeats Methods via iCal4J Java Lib


 CFWheels JS Disable    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-js-disable"
JS Disable - CFWheels Plugin


 CFWheels bCrypt    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-bcrypt"
CFWheels 2.x plugin helper methods for the bCrypt Java Lib


 CFWheels JS Confirm    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-js-confirm"
JS Confirm - CFWheels Plugin


 CFWheels JWT    ( Tom King )
Type: CFWheels Plugins
Slug: "cfwheels-jwt"
CFWheels plugin for encoding and decoding JSON Web Tokens (JWT)


 CFWheels SAML    ( Tom Sucaet )
Type: CFWheels Plugins
Slug: "cfwheels-saml"
CFWheels plugin for SAML Single Sign-On


 CFWheels Models Default Scope    ( Landon Fabbricino )
Type: CFWheels Plugins
Slug: "defaultScope"
CFWheels 2.1+ Add default scope to models for FindAll method


 Bens Json Serializer For Wheels    ( Brandon Shea )
Type: CFWheels Plugins
Slug: "cfwheels-bens-json-serializer"
Swaps renderWith()'s use of serializeJson() with Ben Nadel's JsonSerializer


 CFWheels DotEnvSettings Plugin    ( Peter Amiri )
Type: CFWheels Plugins
Slug: "cfwheels-dotenvsettings"
DotEnvSettings Plugin for CFWheels


 TitleTag Plugin    ( Chris Geirman )
Type: CFWheels Plugins
Slug: "cfwheels-titletag-plugin"
DRY up your title tags. Allows you to define each page's title within it's view.


 CFWheels HTMX Plugin    ( Peter Amiri )
Type: CFWheels Plugins
Slug: "cfwheels-htmx-plugin"
HTMX Plugin for CFWheels


 CFWheels File Bin    ( Brandon Shea )
Type: CFWheels Plugins
Slug: "cfwheels-filebin"
CFWheels File Bin


 cfwheels ckEditor plugin    ( Reuben Brown )
Type: CFWheels Plugins
Slug: "cfwheels-ckeditor-plugin"
Over-ride the textArea() function


 cfwheels Bootstrap Multiselect plugin    ( Reuben Brown )
Type: CFWheels Plugins
Slug: "cfwheels-bootstrapmultiselect-plugin"
Creates a new function to allow for a multiselect box


 Datepicker    ( Adam Chapman )
Type: CFWheels Plugins
Slug: "datepicker"
Datepicker Plugin for CFWheels



  Found 17 records.
======================================================================
Previouswheels dbmigrate - commandsNextConventions

Last updated 1 year ago

Was this helpful?