-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename executable file to
staticfiles-sync
This name better indicates what it does
- Loading branch information
1 parent
cd59ca9
commit aef51a9
Showing
5 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
multicloud-cli | ||
staticfiles-sync | ||
dist/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# cloudstaticfiles | ||
|
||
Simple CLI command to sync a directory to a cloud bucket (aws, gcp, azure). It uses a lockfile to indicate if a directory has been copied already. | ||
This command is especially helpful when run on docker startup to copy for example static files to a target store | ||
Simple CLI command to sync a directory to a cloud bucket (aws, gcp, azure). It | ||
uses a lockfile to indicate if a directory has been copied already. This | ||
command is especially helpful when run on docker startup to copy for example | ||
static files to a target store | ||
|
||
```bash | ||
multicloud-cli sync -s .next/static -t gcp://my-static-files-bucket/_next/static -l .locks/v1.0.0; | ||
staticfiles-sync -s .next/static -t gcp://my-static-files-bucket/_next/static -l .locks/v1.0.0; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters