Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Adding prompt for config:{add,set} without values #1679

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adding prompt for config:{add,set} without values #1679

wants to merge 3 commits into from

Commits on Aug 1, 2015

  1. Adding prompt for config:{add,set} without values

    User will be prompted when values are not provided for keys.
    
    Usage:
    
      $ heroku config:add my_key
    
    User can also redirect to a single key:
    
      $ heroku config:set my_key < my_file
    yfronto committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    caed676 View commit details
    Browse the repository at this point in the history
  2. Updating for coverage

    PR #1679 decreased test coverage; adding cases.
    yfronto committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    ffcb9f4 View commit details
    Browse the repository at this point in the history
  3. Fix typo in test desc

    yfronto committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    b0ffbb2 View commit details
    Browse the repository at this point in the history