< Back
Set-CFDevelopmentMode
Post
NAME Set-CFDevelopmentMode
SYNOPSIS
Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to
your site. This will bypass Cloudflare's accelerated cache and slow down your site, but is useful if you are
making changes to cacheable content (like images, css, or JavaScript) and would like to see those changes right
away. Once entered, development mode will last for 3 hours and then automatically toggle off.
SYNTAX
Set-CFDevelopmentMode [-Request] {Enable | Disable} [<CommonParameters>]
DESCRIPTION
Sets the development mode for the website.
PARAMETERS
-Request <String>
Do you want to Enable or Disable development mode?
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
Example 1
PS C:\\> Set-CFDevelopmentMode Enable
Turns on development mode for 3 hours
RELATED LINKS
SYNOPSIS
Development Mode temporarily allows you to enter development mode for your websites if you need to make changes to
your site. This will bypass Cloudflare's accelerated cache and slow down your site, but is useful if you are
making changes to cacheable content (like images, css, or JavaScript) and would like to see those changes right
away. Once entered, development mode will last for 3 hours and then automatically toggle off.
SYNTAX
Set-CFDevelopmentMode [-Request] {Enable | Disable} [<CommonParameters>]
DESCRIPTION
Sets the development mode for the website.
PARAMETERS
-Request <String>
Do you want to Enable or Disable development mode?
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
Example 1
PS C:\\> Set-CFDevelopmentMode Enable
Turns on development mode for 3 hours
RELATED LINKS