Skip to content

Commit fb983a2

Browse files
author
Matthew Fisher
committed
docs(client): specify default env for deis run
1 parent b44a58f commit fb983a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/deis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@ def apps_logs(self, args):
601601

602602
def apps_run(self, args):
603603
"""
604-
Runs a command inside an ephemeral app container.
604+
Runs a command inside an ephemeral app container. Default environment is
605+
/bin/bash.
605606
606607
Usage: deis apps:run [options] [--] <command>...
607608

0 commit comments

Comments
 (0)