lib/dogids/cache.rb in dogids-cli-0.0.18 vs lib/dogids/cache.rb in dogids-cli-0.0.19
- old
+ new
@@ -10,18 +10,24 @@
puts " "
puts "Cache Commands:"
puts " "
puts " dogids cache:dev clear # Clear whole cache for the dogids.dev storefront"
puts " dogids cache:dev category # Clear category cache for the dogids.dev storefront"
+ puts " dogids cache:dev css # Clear CSS cache for the dogids.dev storefront"
+ puts " dogids cache:dev javascript # Clear Javascript cache for the dogids.dev storefront"
puts " dogids cache:dev qa # Clear Q&A cache for the dogids.dev storefront"
puts " "
puts " dogids cache:staging clear # Clear whole cache for the staging.dogids.com storefront"
- puts " dogids cache:staging category # Clear category cache for the dogids.dev storefront"
+ puts " dogids cache:staging category # Clear category cache for the staging.dogids.com storefront"
+ puts " dogids cache:staging css # Clear CSS cache for the staging.dogids.com storefront"
+ puts " dogids cache:staging javascript # Clear Javascript cache for the staging.dogids.com storefront"
puts " dogids cache:staging qa # Clear Q&A cache for the staging.dogids.com storefront"
puts " "
- puts " dogids cache:production clear # Clear whole cache for the dogids.com storefront"
- puts " dogids cache:production category # Clear category cache for the dogids.dev storefront"
- puts " dogids cache:production qa # Clear Q&A cache for the dogids.com storefront"
+ puts " dogids cache:production clear # Clear whole cache for the dogids.com storefront"
+ puts " dogids cache:production category # Clear category cache for the dogids.dev storefront"
+ puts " dogids cache:production css # Clear CSS cache for the production.dogids.com storefront"
+ puts " dogids cache:production javascript # Clear Javascript cache for the production.dogids.com storefront"
+ puts " dogids cache:production qa # Clear Q&A cache for the dogids.com storefront"
puts " "
end
end
end