protected static Logger log = LoggerFactory.getLogger(PlatformExecutionContext.class);
public PlatformExecutionContext(VaultFsApp app, String name, File rootFile) {
super(app, name);
installCommand(new CmdCd());
installCommand(new CmdCtx());
installCommand(new CmdConnect());
installCommand(new CmdDisconnect());
installCommand(new CmdLogin());
installCommand(new CmdLogout());
installCommand(new CmdLs());