dont believe there is a way to do it through the console, but it is possible to save, if the deluge keys are enabled, by pressing F6 for save and F7 for load.
to enable the debug keys you simply have to put “enable_debug_keys”: true, right under your user ID in your user_settings.json found inside the stonehearth folder
for reference, this is a copy of what my user_settings.json looks like,
{
"user_id" : "e91e8002-f84b-11e4-ad3b-3085a990d706",
"enable_debug_keys" : true,
"collect_analytics" : true,
"alpha_welcome" : {
"hide" : true
},
"enable_auto_save" : false,
"renderer" : {
"run_once" : true,
"use_high_quality" : false,
"enable_ssao" : false,
"enable_shadows" : false,
"msaa_samples" : 0,
"shadow_quality" : 1,
"max_lights" : 30,
"enable_vsync" : false,
"enable_fullscreen" : false,
"screen_width" : 1920,
"screen_height" : 1018,
"draw_distance" : 1000,
"last_window_x" : -8,
"last_window_y" : -8,
"last_screen_x" : 8,
"last_screen_y" : 52
},
"audio" : {
"bgm_volume" : 0,
"efx_volume" : 1
},
"enable_64_bit" : true,
"enable_lua_jit" : true,
"tutorial" : {
"hideStartingTutorial" : true
},
"mods" : {
"homf" : {
"customize_embarking" : true,
"customize_immigrating" : true,
"zoom_to_hearthling" : true,
"pause_during_customization" : true
}
},
"force_32_bit" : false
}