def edit(ctx): """ Edit your Farmer configuration file. """ config = ctx.obj['config'] click.edit(filename=config._sources[1].yaml_filename)