|
|
|
|
|
by lawry
2222 days ago
|
|
Also worthwhile investing some time in the completion system if you are writing aliases to save time. I've done it for serverless invoke/deploy/logs and they've been so useful! What I'm talking about is typing 'sls logs <tab>' and having tab completion for the deployed functions when typed in the root of the repo containing the serverless.yml file. https://github.com/larrybolt/zsh-aliases/blob/master/serverl... |
|