8.1.7 • Published 11 months ago

@heroku-cli/plugin-config v8.1.7

Weekly downloads
12,000
License
MIT
Repository
github
Last release
11 months ago

@heroku-cli/plugin-config

Version CircleCI Appveyor CI Downloads/week License

Usage

$ npm install -g @heroku-cli/plugin-config
$ heroku COMMAND
running command...
$ heroku (--version|-v)
@heroku-cli/plugin-config/8.1.7 darwin-x64 node-v16.19.0
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

heroku config

display the config vars for an app

USAGE
  $ heroku config -a <value> [-r <value>] [-s] [-j]

FLAGS
  -a, --app=<value>     (required) app to run command against
  -j, --json            output config vars in json format
  -r, --remote=<value>  git remote of app to use
  -s, --shell           output config vars in shell format

DESCRIPTION
  display the config vars for an app

See code: src/commands/config/index.ts

heroku config:edit [KEY]

interactively edit config vars

USAGE
  $ heroku config:edit [KEY] -a <value> [-r <value>]

ARGUMENTS
  KEY  edit a single key

FLAGS
  -a, --app=<value>     (required) app to run command against
  -r, --remote=<value>  git remote of app to use

DESCRIPTION
  interactively edit config vars
  This command opens the app config in a text editor set by $VISUAL or $EDITOR.
  Any variables added/removed/changed will be updated on the app after saving and closing the file.

EXAMPLES
  # edit with vim
  $ EDITOR="vim" heroku config:edit

  # edit with emacs
  $ EDITOR="emacs" heroku config:edit

  # edit with pico
  $ EDITOR="pico" heroku config:edit

  # edit with atom editor
  $ VISUAL="atom --wait" heroku config:edit

See code: src/commands/config/edit.ts

heroku config:get KEY...

display a single config value for an app

USAGE
  $ heroku config:get KEY...

FLAGS
  -a, --app=<value>     (required) app to run command against
  -r, --remote=<value>  git remote of app to use
  -s, --shell           output config vars in shell format

DESCRIPTION
  display a single config value for an app

EXAMPLES
  $ heroku config:get RAILS_ENV
  production

See code: src/commands/config/get.ts

heroku config:remove

unset one or more config vars

USAGE
  $ heroku config:remove -a <value> [-r <value>]

FLAGS
  -a, --app=<value>     (required) app to run command against
  -r, --remote=<value>  git remote of app to use

DESCRIPTION
  unset one or more config vars

ALIASES
  $ heroku config:remove

EXAMPLES
  $ heroku config:unset RAILS_ENV
  Unsetting RAILS_ENV and restarting example... done, v10

  $ heroku config:unset RAILS_ENV RACK_ENV
  Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10

heroku config:unset

unset one or more config vars

USAGE
  $ heroku config:unset -a <value> [-r <value>]

FLAGS
  -a, --app=<value>     (required) app to run command against
  -r, --remote=<value>  git remote of app to use

DESCRIPTION
  unset one or more config vars

ALIASES
  $ heroku config:remove

EXAMPLES
  $ heroku config:unset RAILS_ENV
  Unsetting RAILS_ENV and restarting example... done, v10

  $ heroku config:unset RAILS_ENV RACK_ENV
  Unsetting RAILS_ENV, RACK_ENV and restarting example... done, v10

See code: src/commands/config/unset.ts

8.1.6-beta.0

11 months ago

8.1.4-beta.0

12 months ago

8.1.7-beta.0

11 months ago

8.1.7

11 months ago

8.1.4

12 months ago

8.1.6

11 months ago

8.0.5

1 year ago

8.0.6

1 year ago

8.1.0

1 year ago

8.0.5-beta.1

1 year ago

8.0.2

1 year ago

8.0.2-beta.1

1 year ago

8.0.2-beta.0

1 year ago

7.68.0

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

7.66.3

1 year ago

7.60.0

2 years ago

7.53.0

3 years ago

7.54.0

3 years ago

7.47.13

3 years ago

7.47.10

3 years ago

7.47.8

3 years ago

7.47.9

3 years ago

7.47.7

3 years ago

7.43.0

4 years ago

7.42.8

4 years ago

7.42.7

4 years ago

7.39.3

4 years ago

7.39.2

4 years ago

7.39.1

4 years ago

7.38.1

4 years ago

7.38.0

4 years ago

7.36.1

4 years ago

7.31.0

5 years ago

7.30.0

5 years ago

7.24.0

5 years ago

7.22.7

5 years ago

7.22.6

5 years ago

7.22.5

5 years ago

7.22.4

5 years ago

7.21.0

5 years ago

7.20.0

5 years ago

7.19.3

5 years ago

7.19.1

5 years ago

7.18.10

5 years ago

7.18.9

5 years ago

7.18.7

5 years ago

7.18.6

5 years ago

7.18.3

6 years ago

7.18.0

6 years ago

7.16.7

6 years ago

7.16.6

6 years ago

7.16.3

6 years ago

7.16.0

6 years ago

7.15.0

6 years ago

7.13.0

6 years ago

7.12.6

6 years ago

7.12.4

6 years ago

7.9.2

6 years ago

7.9.1

6 years ago

7.5.9

6 years ago

7.5.6

6 years ago

7.5.4

6 years ago

7.5.3

6 years ago

7.5.1

6 years ago

7.5.0

6 years ago

7.4.8

6 years ago

7.4.6

6 years ago

7.4.5

6 years ago

7.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago