File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,14 +34,9 @@ $ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname
3434# Usage
3535 <!-- usage -->
3636``` sh-session
37- $ npm install -g @heroku-cli/heroku-slugs
37+ $ heroku plugins: install @heroku-cli/heroku-slugs
3838$ heroku COMMAND
3939running command...
40- $ heroku (--version)
41- @heroku-cli/heroku-slugs/1.1.0 darwin-x64 node-v20.18.3
42- $ heroku --help [COMMAND]
43- USAGE
44- $ heroku COMMAND
4540...
4641```
4742<!-- usagestop -->
@@ -70,7 +65,7 @@ EXAMPLES
7065 $ heroku slugs --app myapp
7166```
7267
73- _ See code: [ src/commands/slugs/index.ts] ( https://github.com/heroku/heroku-slugs/blob/v1.1 .0/src/commands/slugs/index.ts ) _
68+ _ See code: [ src/commands/slugs/index.ts] ( https://github.com/heroku/heroku-slugs/blob/v2.0 .0/src/commands/slugs/index.ts ) _
7469
7570## ` heroku slugs:download [SLUG] `
7671
@@ -97,5 +92,5 @@ EXAMPLES
9792 $ heroku slugs:download --app example-app v2 --no-extract-slug
9893```
9994
100- _ See code: [ src/commands/slugs/download.ts] ( https://github.com/heroku/heroku-slugs/blob/v1.1 .0/src/commands/slugs/download.ts ) _
95+ _ See code: [ src/commands/slugs/download.ts] ( https://github.com/heroku/heroku-slugs/blob/v2.0 .0/src/commands/slugs/download.ts ) _
10196<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @heroku-cli/heroku-slugs" ,
33 "description" : " Heroku CLI Plugin to manage and download slugs" ,
4- "version" : " 1.1 .0" ,
4+ "version" : " 2.0 .0" ,
55 "author" : " Heroku" ,
66 "bugs" : {
77 "url" : " https://github.com/heroku/heroku-slugs/issues"
3232 "eslint-plugin-mocha" : " ^10.5.0" ,
3333 "mocha" : " ^11.1.0" ,
3434 "nock" : " ^14.0.0" ,
35- "oclif" : " 4.14.36" ,
3635 "nyc" : " ^17.1.0" ,
36+ "oclif" : " 4.14.36" ,
3737 "sinon" : " ^19.0.2" ,
3838 "stdout-stderr" : " 0.1.13" ,
3939 "strip-ansi" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments