rcstack cli attach

attach to running instance of RhodeCode, by default it attaches to rhodecode main web app

Usage

rcstack cli attach [OPTIONS]

Examples

./rcstack cli attach --instance-type sshd
./rcstack cli attach --instance-type vcsserver
./rcstack cli attach --instance-type celery
./rcstack cli attach --instance-type celery-beat

Options

–no-tty

when running docker command don’t attach to TTY. Useful for running a script out of shell context, e.g crontab

–instance-type INSTANCE_TYPE

type of instance to attach to

Attributes

 

Default Value:

rhodecode