这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@maroux
Copy link

@maroux maroux commented Apr 24, 2014

Fixes #482 - Can't use config:set to set parameters values with spaces

@fkowal
Copy link

fkowal commented Jun 6, 2014

hi this is a gread fix,
but sadly it doesn't work over ssh
doing
dokku config:set app ABC="test 123" #works
but
ssh dokku@host config:set app 'ABC="test 123"' # doesn't

what works is otheruser that can run dokku command
ssh otheruser@host dokku config:set app 'KEY="test 123"'

any idea how to fix this?

@josegonzalez
Copy link
Member

Closed by #702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't use config:set to set parameters values with spaces

3 participants