Skip to content

Commit 4da8dde

Browse files
committed
.
1 parent 4ce1507 commit 4da8dde

3 files changed

Lines changed: 40 additions & 53 deletions

File tree

README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g disco
2020
$ disco COMMAND
2121
running command...
2222
$ disco (--version)
23-
disco/0.5.7 darwin-arm64 node-v20.12.2
23+
disco/0.5.8 darwin-arm64 node-v20.12.2
2424
$ disco --help [COMMAND]
2525
USAGE
2626
$ disco COMMAND
@@ -98,7 +98,7 @@ EXAMPLES
9898
$ disco apikeys:list
9999
```
100100

101-
_See code: [src/commands/apikeys/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/apikeys/list.ts)_
101+
_See code: [src/commands/apikeys/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/apikeys/list.ts)_
102102

103103
## `disco apikeys:remove [PUBLICKEY]`
104104

@@ -121,7 +121,7 @@ EXAMPLES
121121
$ disco apikeys:remove API_KEY
122122
```
123123

124-
_See code: [src/commands/apikeys/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/apikeys/remove.ts)_
124+
_See code: [src/commands/apikeys/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/apikeys/remove.ts)_
125125

126126
## `disco deploy`
127127

@@ -146,7 +146,7 @@ EXAMPLES
146146
$ disco deploy --project mysite --commit 7b5c8f935328c1af49c9037cac9dee7bf0bd8c7e
147147
```
148148

149-
_See code: [src/commands/deploy.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/deploy.ts)_
149+
_See code: [src/commands/deploy.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/deploy.ts)_
150150

151151
## `disco deploy:list`
152152

@@ -167,7 +167,7 @@ EXAMPLES
167167
$ disco deploy:list --project mysite
168168
```
169169

170-
_See code: [src/commands/deploy/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/deploy/list.ts)_
170+
_See code: [src/commands/deploy/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/deploy/list.ts)_
171171

172172
## `disco deploy:output`
173173

@@ -191,7 +191,7 @@ EXAMPLES
191191
$ disco deploy:output --project mysite --deployment 4
192192
```
193193

194-
_See code: [src/commands/deploy/output.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/deploy/output.ts)_
194+
_See code: [src/commands/deploy/output.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/deploy/output.ts)_
195195

196196
## `disco domains:add DOMAIN`
197197

@@ -215,7 +215,7 @@ EXAMPLES
215215
$ disco domains:add www.example.com --project mysite
216216
```
217217

218-
_See code: [src/commands/domains/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/domains/add.ts)_
218+
_See code: [src/commands/domains/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/domains/add.ts)_
219219

220220
## `disco domains:list`
221221

@@ -236,7 +236,7 @@ EXAMPLES
236236
$ disco domains:list --project mysite
237237
```
238238

239-
_See code: [src/commands/domains/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/domains/list.ts)_
239+
_See code: [src/commands/domains/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/domains/list.ts)_
240240

241241
## `disco domains:remove DOMAIN`
242242

@@ -260,7 +260,7 @@ EXAMPLES
260260
$ disco domains:remove www.example.com --project mysite
261261
```
262262

263-
_See code: [src/commands/domains/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/domains/remove.ts)_
263+
_See code: [src/commands/domains/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/domains/remove.ts)_
264264

265265
## `disco env:get [ENVVAR]`
266266

@@ -284,7 +284,7 @@ EXAMPLES
284284
$ disco env:get --project mysite API_KEY
285285
```
286286

287-
_See code: [src/commands/env/get.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/env/get.ts)_
287+
_See code: [src/commands/env/get.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/env/get.ts)_
288288

289289
## `disco env:list`
290290

@@ -305,7 +305,7 @@ EXAMPLES
305305
$ disco env:list --project mysite
306306
```
307307

308-
_See code: [src/commands/env/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/env/list.ts)_
308+
_See code: [src/commands/env/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/env/list.ts)_
309309

310310
## `disco env:remove [ENVVAR]`
311311

@@ -329,7 +329,7 @@ EXAMPLES
329329
$ disco env:remove --project mysite API_KEY
330330
```
331331

332-
_See code: [src/commands/env/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/env/remove.ts)_
332+
_See code: [src/commands/env/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/env/remove.ts)_
333333

334334
## `disco env:set [VARIABLES]`
335335

@@ -355,7 +355,7 @@ EXAMPLES
355355
$ disco env:set API_KEY=0x97BCD3 OTHER_API_KEY=sk_f98a7f97as896
356356
```
357357

358-
_See code: [src/commands/env/set.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/env/set.ts)_
358+
_See code: [src/commands/env/set.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/env/set.ts)_
359359

360360
## `disco github:apps:add`
361361

@@ -376,7 +376,7 @@ EXAMPLES
376376
$ disco github:apps:add
377377
```
378378

379-
_See code: [src/commands/github/apps/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/github/apps/add.ts)_
379+
_See code: [src/commands/github/apps/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/github/apps/add.ts)_
380380

381381
## `disco github:apps:list`
382382

@@ -396,7 +396,7 @@ EXAMPLES
396396
$ disco github:apps:list
397397
```
398398

399-
_See code: [src/commands/github/apps/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/github/apps/list.ts)_
399+
_See code: [src/commands/github/apps/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/github/apps/list.ts)_
400400

401401
## `disco github:apps:manage OWNER`
402402

@@ -419,7 +419,7 @@ EXAMPLES
419419
$ disco github:apps:manage
420420
```
421421

422-
_See code: [src/commands/github/apps/manage.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/github/apps/manage.ts)_
422+
_See code: [src/commands/github/apps/manage.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/github/apps/manage.ts)_
423423

424424
## `disco github:apps:prune`
425425

@@ -439,7 +439,7 @@ EXAMPLES
439439
$ disco github:apps:prune
440440
```
441441

442-
_See code: [src/commands/github/apps/prune.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/github/apps/prune.ts)_
442+
_See code: [src/commands/github/apps/prune.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/github/apps/prune.ts)_
443443

444444
## `disco github:repos:list`
445445

@@ -459,7 +459,7 @@ EXAMPLES
459459
$ disco github:repos:list
460460
```
461461

462-
_See code: [src/commands/github/repos/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/github/repos/list.ts)_
462+
_See code: [src/commands/github/repos/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/github/repos/list.ts)_
463463

464464
## `disco help [COMMAND]`
465465

@@ -507,7 +507,7 @@ EXAMPLES
507507
$ disco init root@disco.example.com --version 0.4.0
508508
```
509509

510-
_See code: [src/commands/init.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/init.ts)_
510+
_See code: [src/commands/init.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/init.ts)_
511511

512512
## `disco invite:accept URL`
513513

@@ -530,7 +530,7 @@ EXAMPLES
530530
$ disco invite:accept https://mymachine.com/api-key-invites/8979ab987a9b879
531531
```
532532

533-
_See code: [src/commands/invite/accept.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/invite/accept.ts)_
533+
_See code: [src/commands/invite/accept.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/invite/accept.ts)_
534534

535535
## `disco invite:create NAME`
536536

@@ -553,7 +553,7 @@ EXAMPLES
553553
$ disco invite:create --disco mymachine.com zoe
554554
```
555555

556-
_See code: [src/commands/invite/create.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/invite/create.ts)_
556+
_See code: [src/commands/invite/create.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/invite/create.ts)_
557557

558558
## `disco logs`
559559

@@ -575,7 +575,7 @@ EXAMPLES
575575
$ disco logs
576576
```
577577

578-
_See code: [src/commands/logs.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/logs.ts)_
578+
_See code: [src/commands/logs.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/logs.ts)_
579579

580580
## `disco meta:host DOMAIN`
581581

@@ -595,7 +595,7 @@ EXAMPLES
595595
$ disco meta:host example.com
596596
```
597597

598-
_See code: [src/commands/meta/host.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/meta/host.ts)_
598+
_See code: [src/commands/meta/host.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/meta/host.ts)_
599599

600600
## `disco meta:info`
601601

@@ -615,7 +615,7 @@ EXAMPLES
615615
$ disco meta:info
616616
```
617617

618-
_See code: [src/commands/meta/info.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/meta/info.ts)_
618+
_See code: [src/commands/meta/info.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/meta/info.ts)_
619619

620620
## `disco meta:upgrade`
621621

@@ -637,7 +637,7 @@ EXAMPLES
637637
$ disco meta:upgrade
638638
```
639639

640-
_See code: [src/commands/meta/upgrade.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/meta/upgrade.ts)_
640+
_See code: [src/commands/meta/upgrade.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/meta/upgrade.ts)_
641641

642642
## `disco nodes:add SSHSTRING`
643643

@@ -661,7 +661,7 @@ EXAMPLES
661661
$ disco nodes:add root@12.34.56.78
662662
```
663663

664-
_See code: [src/commands/nodes/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/nodes/add.ts)_
664+
_See code: [src/commands/nodes/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/nodes/add.ts)_
665665

666666
## `disco plugins`
667667

@@ -974,7 +974,7 @@ EXAMPLES
974974
$ disco projects:add
975975
```
976976

977-
_See code: [src/commands/projects/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/projects/add.ts)_
977+
_See code: [src/commands/projects/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/projects/add.ts)_
978978

979979
## `disco projects:list`
980980

@@ -994,7 +994,7 @@ EXAMPLES
994994
$ disco projects:list
995995
```
996996

997-
_See code: [src/commands/projects/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/projects/list.ts)_
997+
_See code: [src/commands/projects/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/projects/list.ts)_
998998

999999
## `disco projects:move`
10001000

@@ -1016,7 +1016,7 @@ EXAMPLES
10161016
$ disco projects:move --project mysite --from-disco 10.1.1.1 --to-disco 10.2.2.2
10171017
```
10181018

1019-
_See code: [src/commands/projects/move.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/projects/move.ts)_
1019+
_See code: [src/commands/projects/move.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/projects/move.ts)_
10201020

10211021
## `disco projects:remove PROJECT`
10221022

@@ -1039,7 +1039,7 @@ EXAMPLES
10391039
$ disco projects:remove project-name
10401040
```
10411041

1042-
_See code: [src/commands/projects/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/projects/remove.ts)_
1042+
_See code: [src/commands/projects/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/projects/remove.ts)_
10431043

10441044
## `disco run [COMMAND]`
10451045

@@ -1065,7 +1065,7 @@ EXAMPLES
10651065
$ disco run --project mysite "python migrate.py"
10661066
```
10671067

1068-
_See code: [src/commands/run.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/run.ts)_
1068+
_See code: [src/commands/run.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/run.ts)_
10691069

10701070
## `disco runcommand [PROJECT] [COMMAND] [ARGS]`
10711071

@@ -1091,7 +1091,7 @@ EXAMPLES
10911091
$ disco runcommand postgres db:add -- "--project flask"
10921092
```
10931093

1094-
_See code: [src/commands/runcommand.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/runcommand.ts)_
1094+
_See code: [src/commands/runcommand.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/runcommand.ts)_
10951095

10961096
## `disco scale SERVICES`
10971097

@@ -1117,7 +1117,7 @@ EXAMPLES
11171117
$ disco scale --project mysite web=3 worker=2
11181118
```
11191119

1120-
_See code: [src/commands/scale.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/scale.ts)_
1120+
_See code: [src/commands/scale.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/scale.ts)_
11211121

11221122
## `disco syslog:add [SYSLOGDESTINATION]`
11231123

@@ -1142,7 +1142,7 @@ EXAMPLES
11421142
$ disco syslog:add syslog+tls://logs.example.com:4415
11431143
```
11441144

1145-
_See code: [src/commands/syslog/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/syslog/add.ts)_
1145+
_See code: [src/commands/syslog/add.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/syslog/add.ts)_
11461146

11471147
## `disco syslog:list`
11481148

@@ -1162,7 +1162,7 @@ EXAMPLES
11621162
$ disco syslog:list
11631163
```
11641164

1165-
_See code: [src/commands/syslog/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/syslog/list.ts)_
1165+
_See code: [src/commands/syslog/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/syslog/list.ts)_
11661166

11671167
## `disco syslog:remove [SYSLOGDESTINATION]`
11681168

@@ -1187,7 +1187,7 @@ EXAMPLES
11871187
$ disco syslog:remove syslog+tls://logs.example.com:4415
11881188
```
11891189

1190-
_See code: [src/commands/syslog/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/syslog/remove.ts)_
1190+
_See code: [src/commands/syslog/remove.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/syslog/remove.ts)_
11911191

11921192
## `disco update [CHANNEL]`
11931193

@@ -1246,7 +1246,7 @@ EXAMPLES
12461246
$ disco volumes:export
12471247
```
12481248

1249-
_See code: [src/commands/volumes/export.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/volumes/export.ts)_
1249+
_See code: [src/commands/volumes/export.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/volumes/export.ts)_
12501250

12511251
## `disco volumes:import`
12521252

@@ -1268,7 +1268,7 @@ EXAMPLES
12681268
$ disco volumes:import
12691269
```
12701270

1271-
_See code: [src/commands/volumes/import.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/volumes/import.ts)_
1271+
_See code: [src/commands/volumes/import.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/volumes/import.ts)_
12721272

12731273
## `disco volumes:list`
12741274

@@ -1289,5 +1289,5 @@ EXAMPLES
12891289
$ disco volumes:list --project mysite
12901290
```
12911291

1292-
_See code: [src/commands/volumes/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.7/src/commands/volumes/list.ts)_
1292+
_See code: [src/commands/volumes/list.ts](https://github.com/letsdiscodev/cli/blob/v0.5.8/src/commands/volumes/list.ts)_
12931293
<!-- commandsstop -->

RELEASE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "disco",
33
"description": "deploy and manage your web projects",
4-
"version": "0.5.8",
4+
"version": "0.5.9",
55
"author": "The disco Team",
66
"bin": {
77
"disco": "./bin/run.js"

0 commit comments

Comments
 (0)