Commit e626049
committed
Don't use CliConnection at all, just call NAME:
ssh - SSH to an application container instance
USAGE:
cf ssh APP_NAME [--process PROCESS] [-i INDEX] [-c COMMAND]...
[-L [BIND_ADDRESS:]LOCAL_PORT:REMOTE_HOST:REMOTE_PORT]... [--skip-remote-execution]
[--disable-pseudo-tty | --force-pseudo-tty | --request-pseudo-tty] [--skip-host-validation]
OPTIONS:
--app-instance-index, -i App process instance index (Default: 0)
--command, -c Command to run
--disable-pseudo-tty, -T Disable pseudo-tty allocation
--force-pseudo-tty Force pseudo-tty allocation
-L Local port forward specification
--process App process name (Default: web)
--request-pseudo-tty, -t Request pseudo-tty allocation
--skip-host-validation, -k Skip host key validation. Not recommended!
--skip-remote-execution, -N Do not execute a remote command
ENVIRONMENT:
all_proxy= Specify a proxy server to enable proxying for all requests
SEE ALSO:
allow-space-ssh, enable-ssh, space-ssh-allowed, ssh-code, ssh-enabled directly1 parent 69de30c commit e626049
2 files changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
256 | | - | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
596 | 597 | | |
597 | 598 | | |
598 | 599 | | |
599 | | - | |
| 600 | + | |
600 | 601 | | |
601 | 602 | | |
602 | 603 | | |
| |||
807 | 808 | | |
808 | 809 | | |
809 | 810 | | |
810 | | - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
811 | 816 | | |
812 | 817 | | |
813 | 818 | | |
814 | 819 | | |
815 | 820 | | |
816 | 821 | | |
817 | 822 | | |
818 | | - | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
819 | 828 | | |
820 | 829 | | |
821 | 830 | | |
| |||
845 | 854 | | |
846 | 855 | | |
847 | 856 | | |
848 | | - | |
| 857 | + | |
849 | 858 | | |
850 | 859 | | |
851 | 860 | | |
| |||
917 | 926 | | |
918 | 927 | | |
919 | 928 | | |
920 | | - | |
| 929 | + | |
921 | 930 | | |
922 | 931 | | |
923 | 932 | | |
| |||
0 commit comments