@environment.command('get')
@click.argument('id', type=int)
@pass_config
def environment_get(config, id):
    """Get info from environment"""