1.1.0 • Published 10 years ago
publisssh v1.1.0
Sync a directory
publisssh ./local-dir bucket/remote-dirRemove remote orphans with --remove or -r.
Simulate changes with --dry-run or -d.
AWS keys are --key (-k) and --secret (-s), otherwise it'll use the AMAZON_ACCESS_KEY_ID and AMAZON_SECRET_ACCESS_KEY environment variables.
Config file
Configuration can be stored in publisssh.json, .js, or .coffee. Specify something else with --config or -c.
E.g.:
# publisssh.coffee
module.exports =
local: 'public'
bucket: 'www.example.com'
prefix: 'demo'
key: process.env.ALT_AMAZON_ACCESS_KEY_ID
secret: process.env.ALT_AMAZON_SECRET_ACCESS_KEY1.1.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
1.0.0-beta
11 years ago
0.2.6
11 years ago
0.2.5
12 years ago
0.2.4
12 years ago
0.2.3
12 years ago
0.2.2
12 years ago
0.2.1
12 years ago
0.2.0
12 years ago
0.1.3
12 years ago
0.1.2
12 years ago
0.1.1
12 years ago
0.1.0
12 years ago
0.0.5
13 years ago
0.0.4
13 years ago
0.0.3
13 years ago
0.0.1
13 years ago