Skip to content

Commit

Permalink
updated to include the :zip action
Browse files Browse the repository at this point in the history
documentation for the :zip action on windows_zipfile
  • Loading branch information
EasyAsABC123 committed Nov 11, 2014
1 parent 2c8821d commit 1298ae5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ Most version of Windows do not ship with native cli utility for managing compres
#### Actions
- :unzip: unzip a compressed file
- :zip: zip a single folder (recursively)
#### Attribute Parameters
- path: name attribute. The path where files will be unzipped to.
Expand All @@ -560,6 +561,13 @@ windows_zipfile 'c:/the_codez' do
end
```
Zip a local zipfile
```ruby
windows_zipfile 'c:/foo/baz/the_codez.zip' do
source 'c:/the_codez'
action :zip
end
```
Exception/Report Handlers
-------------------------
Expand Down

0 comments on commit 1298ae5

Please sign in to comment.