Stop Remote Development
In order to end a Remote Development session, you just need to run the down
command.
You can run the command with the Component ID.
$ bns remote-development down --component wozKn6Q0q9
Or without any --component
parameter, and the wizard to narrow down the component will be displayed. It is similar to the one used for starting the remote development session: it will ask for the Project, Environment and Component.
$ bns remote-development down
Pro Tip
You can also type the short version of the command:
bns rdev down
.
Updated about 1 year ago