File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/command/config/command Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,10 @@ export default (program: Command) => {
4848 } catch ( error ) {
4949 if ( error . message . includes ( 'Not found access' ) ) {
5050 const msg = `
51- You have not yet been found to have configured key information.
52- You can use [s config add] for key configuration, or use [s config add -h] to view configuration help.
53- If you have questions, please tell us: ${ chalk . underline ( 'https://github.com/Serverless-Devs/Serverless-Devs/issues' ) } ` ;
51+ You have not yet been found to have configured key information.
52+ You can use [s config add] for key configuration, or use [s config add -h] to view configuration help.
53+ If you already used [s config add], please check the permission of file [{HOMEPATH}/.s/access.yaml].
54+ If you have questions, please tell us: ${ chalk . underline ( 'https://github.com/Serverless-Devs/Serverless-Devs/issues' ) } ` ;
5455 logger . write ( msg ) ;
5556 return ;
5657 }
You can’t perform that action at this time.
0 commit comments