49
edits
| Line 45: | Line 45: | ||
> context | > context | ||
global | global | ||
> bob | |||
Unknown: bob | |||
</kua> | |||
=== Wihtout switching === | |||
In these examples a context is addressed directly without using the context command. | |||
* Show current context. | |||
<kua> | |||
> context | |||
global | |||
</kua> | |||
* Start the client service directly from global without switching. | |||
<kua> | |||
> client start | |||
Client started. | |||
</kua> | |||
* Set the 'bob' variable in client, check its value in 'client', and verify it's not in 'global'. | |||
<kua> | |||
> client bob 8081 | |||
> client bob | |||
'bob' is '8081' | |||
> bob | > bob | ||
Unknown: bob | Unknown: bob | ||