Class: NginxStage::AppCleanGenerator
- Defined in:
- lib/nginx_stage/generators/app_clean_generator.rb
Overview
This generator cleans up any staged app configs whose app root doesn’t exist anymore. It will also print out the paths for the app configs it deleted.
Method Summary
Methods inherited from Generator
_options, add_hook, add_option, #create_file, desc, #empty_directory, footer, hooks, #initialize, #invoke, options, rem_hook, rem_option, #template
Methods included from GeneratorHelpers
#add_skip_nginx_support, #add_sub_uri_support, #add_user_support
Constructor Details
This class inherits a constructor from NginxStage::Generator