LogoLogo
CtrlK
HomeAPIBlog
  • INTRODUCTION
    • Getting Started
      • Running Local Development Servers
      • Beginner Tutorial: Hello World
      • Beginner Tutorial: Hello Database
      • Tutorial: Wheels, AJAX, and You
      • Boxlang Support
    • Frameworks and Wheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Overview
    • Quick Start Guide
    • Command Reference
      • Core Commands
        • wheels init
        • wheels info
        • wheels reload
        • wheels deps
        • wheels destroy
      • Code Generation
        • wheels generate app
        • wheels generate app-wizard
        • wheels generate controller
        • wheels generate model
        • wheels generate view
        • wheels generate property
        • wheels generate route
        • wheels generate test
        • wheels generate snippets
        • wheels generate scaffold
      • Database Commands
        • Database Operations
          • wheels db create
          • wheels db drop
        • Migration Commands
          • wheels dbmigrate info
          • wheels dbmigrate latest
          • wheels dbmigrate up
          • wheels dbmigrate down
          • wheels dbmigrate reset
          • wheels dbmigrate exec
          • wheels dbmigrate create blank
          • wheels dbmigrate create table
          • wheels dbmigrate create column
          • wheels dbmigrate remove table
      • Testing Commands
        • wheels test run
        • wheels advanced testing
      • Environment Management
        • wheels env setup
        • wheels env list
        • wheels env merge
        • wheels env set
        • wheels env show
        • wheels env switch
        • wheels env validate
      • Code Analysis
        • wheels analyze code
        • wheels analyze performance
        • wheels analyze security
      • Config
        • wheels config check
        • wheels config diff
        • wheels config dump
      • CI/CD Commands
        • wheels ci init
      • Docker Commands
        • wheels docker init
        • wheels docker deploy
      • Get Commands
        • wheels get environment
        • wheels get settings
      • Documentation
        • wheels docs generate
        • wheels docs serve
      • Plugins
        • wheels plugin install
        • wheels plugin list
    • CLI Development Guides
      • Configuration Management
      • Creating Commands
      • Service Architecture
      • Migrations Guide
      • Testing Guide
  • 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
    • 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
      • 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
  • 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

CLI Development Guides

Configuration ManagementCreating CommandsService ArchitectureMigrations GuideTesting Guide
Previouswheels plugin listNextConfiguration Management

Last updated 2 months ago

Was this helpful?

LogoLogo