< Back

Save-AirTableApiKey

Sun Jan 19, 2020 5:57 pm

NAME Save-AirTableApiKey



SYNOPSIS

Saves the API key to the configuration file obtained from your AirTable account at https://airtable.com/account.





SYNTAX

Save-AirTableApiKey [-ApiKey] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiKey <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS>Save-AirTableApiKey -ApiKey foobar



Saves the value 'foobar' in the configuration APIKey value.











RELATED LINKS