Skip to content

Commit

Permalink
Correcting README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCactusVert committed Aug 15, 2022
1 parent 96997a7 commit ff8a5c6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,17 @@ OPTIONS:
Assume "yes" instead of prompting when removing empty directories
SUBCOMMANDS:
deploy Deploy the files to their respective targets. This is the default subcommand
deploy Deploy the files to their respective targets. This is the default
subcommand
gen-completions Generate shell completions
help Print this message or the help of the given subcommand(s)
init Initialize global.toml with a single package containing all the files in the
current directory pointing to a dummy value and a local.toml that selects that
package
undeploy Delete all deployed files from their target locations. Note that this operates
on all files that are currently in cache
watch Run continuously, watching the repository for changes and deploying as soon as
they happen. Can be ran with `--dry-run`
help Print this message or the help of the given subcommand(s)
init Initialize global.toml with a single package containing all the files in
the current directory pointing to a dummy value and a local.toml that
selects that package
undeploy Delete all deployed files from their target locations. Note that this
operates on all files that are currently in cache
watch Run continuously, watching the repository for changes and deploying as
soon as they happen. Can be ran with `--dry-run`
```

# Contributing
Expand Down

0 comments on commit ff8a5c6

Please sign in to comment.