You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue occurs while working with: (check one with "x")
app.storyblok.com (CMS - Interface)
api.storyblok.com (CMS - Content Delivery API)
mapi.storyblok.com (CMS - Management API)
capi.storyblok.com (Commerce - API)
Commerce - Interface
Other: Storyblok CLI
Current behavior:
I was referring the official guide on How to use Storyblok CLI with SSO account where it suggests to name the .netrc file as _netrc for Windows systems. But it doesn't seem to work as the login prompt is still shown when the file is named _netrc.
Expected behavior:
Either the SSO login should happen automatically without the prompt while the file is named - _netrc (as suggested in the guide), or the guide should mention to create a .netrc file for Windows systems as well.
Steps to reproduce:
Follow the guide and try running the command - storyblok pull-components --space=<space_id>
Related code:
As per the code here (snippet below), it is hard-coded to look for .netrc, and hence the _netrc file is ignored for Windows Users.
shahajishinde
changed the title
Storyblok cli does not support _netrc filename in Windows for SSO login
Storyblok CLI does not support _netrc filename in Windows for SSO login
Jul 11, 2022
The issue occurs while working with: (check one with "x")
Current behavior:
I was referring the official guide on How to use Storyblok CLI with SSO account where it suggests to name the
.netrc
file as_netrc
for Windows systems. But it doesn't seem to work as the login prompt is still shown when the file is named_netrc
.Expected behavior:
Either the SSO login should happen automatically without the prompt while the file is named -
_netrc
(as suggested in the guide), or the guide should mention to create a.netrc
file for Windows systems as well.Steps to reproduce:
Follow the guide and try running the command -
storyblok pull-components --space=<space_id>
Related code:
As per the code here (snippet below), it is hard-coded to look for
.netrc
, and hence the_netrc
file is ignored for Windows Users.insert any relevant code here
NA
Other information:
NA
The text was updated successfully, but these errors were encountered: