Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed Jul 1, 2016
1 parent a573781 commit 60cf059
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# `tar-utils`

## Usage

```
usage: x-tar [<flags>] <command> [<args> ...]
Tar utilities
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
Commands:
help [<command>...]
Show help.
build [<flags>] [<context-dir>]
Make a new tar file
-t, --tarfile=FILE Tarfile location
-o, --output=FILE Path to output Tar archive
```

## Tarfile format

```
COPY <src> <dst>
MKDIR <src> <dst>
CHMOD [-R] <mode> <targets>
CHOWN [-R] (<user> | <user>:<group> | :<group>) <targets>
```

0 comments on commit 60cf059

Please sign in to comment.