Rank 3: Container
Right now I can configure oauth with Google, apple and etc only via UI. It's not a convenient way for automated deployment...Is there any way I can pre-configure it or configure it via cli ?
Votes
1
Replies
6
Participants
Unknown
Messages
7
Rank 3: Container
Right now I can configure oauth with Google, apple and etc only via UI. It's not a convenient way for automated deployment...Is there any way I can pre-configure it or configure it via cli ?
Admin
Yes, you can configure via CLI or APi. Everything done in the Console is available via API
Rank 3: Container
https://appwrite.io/docs/command-line-commands
Well...I can't find anything related to Auth configuration such as set client secret/client id for Google auth provider
Admin
It's under projects. So try appwrite projects --help
Rank 3: Container
Thanks ! I'll try it now.
Rank 3: Container
Yeah. It works. Thanks, Steven !
Admin
[SOLVED] Is it possible to configure auth settings via .env or cli or something else ?