Skip to content

Commit

Permalink
Fixes #8680: Enable parameters api in rudder-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jul 13, 2016
1 parent fcb50e2 commit 2ab5de9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions cli/rudder-cli
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,13 @@ functions = {
'decline': 'decline_change_request',
'update': 'update_change_request',
},
# TODO currently broken, uncommend when #6024 is resolved
# 'parameters': {
# 'list': 'list_parameters',
# 'show': 'parameter_details',
# 'create': 'create_parameter',
# 'delete': 'delete_parameter',
# 'update': 'update_parameter',
# },
'parameters': {
'list': 'list_parameters',
'show': 'parameter_details',
'create': 'create_parameter',
'delete': 'delete_parameter',
'update': 'update_parameter',
},
}


Expand Down

0 comments on commit 2ab5de9

Please sign in to comment.