Validates that base_id is accessible with the current token, prints a
{cli} confirmation, and sets options(airtable2.base_id = base_id) for
the rest of the session. Functions that accept base_id will use this
default when base_id is NULL.
Arguments
- base_id
Base ID (starts with
app).- .token
Personal access token (resolved via
air_token()ifNULL).