LogoLogo
Ctrlk
HomeAPIBlog
  • INTRODUCTION
    • Getting Started
    • Frameworks and Wheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Overview
    • Quick Start Guide
    • Command Reference
      • Core Commands
      • Code Generation
      • Database Commands
      • Testing Commands
      • Environment Management
      • Code Analysis
        • wheels analyze code
        • wheels analyze performance
        • wheels analyze security
      • Config
      • Docker Commands
      • Get Commands
      • Documentation
      • Plugins
      • Asset Management
    • CLI Development Guides
  • Working with Wheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Using the Test Environment
    • Contributing to Wheels
    • Contributing to Wheels VS Code Extension
    • Contributing to Wheels Windows Installer
    • Contributing to Wheels macOS Installer
    • Submitting Pull Requests
    • 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
    • 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
    • Using Multiple Data Sources
  • Project Documentation
    • Overview
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Command Line Tools
  2. Command Reference

Code Analysis

wheels analyze codewheels analyze performancewheels analyze security
Previouswheels env validateNextwheels analyze code

Last updated 4 months ago

Was this helpful?

LogoLogo