Bill Wang
Bill Wang
Read the [quick start guide](https://github.com/kelseyhightower/confd/blob/master/docs/quick-start-guide.md#create-a-template-resource-config) to create a template resource config file as below. ``` $ cat /etc/confd/conf.d/myconfig.toml ... keys = [ "/myapp/database/url", "/myapp/database/user", ] ... $ cat /etc/confd/templates/myconfig.conf.tmpl [myconfig]...
## What's going wrong? it is inconvenience to manage the application in pipeline, when * with command "pm2 restart" , namespace need be started first. Otherwise, will throw exit status...
I had chance to test this vpn in China. When set VPN on iPhone with L2TP or IPsec, both work. The speed is fine, connection can be lost in about...
the latest tag was created in Oct 2020. Are we going to manage the release with release tags or only pick up from latest commit in master branch?
So you don't need manually install `dive`, just run with `docker run` as alias
Thanks to develop this tool which saved me a lot of typing time. I ask for the feature which I needn't jump out of prompt to run other shell commands,...
the latest release of `localstack` supports single port `4566` for all local endpoint services `localhost:4566` How can I set it in aws cli configuraiton? From ``` $ more ~/.aws/credentials #...
I am working on a pipeline that includes two stages: Stage 1: run build, if successful, generate a new tag. This works, I can see a new tag generated after...
Here is my serverless file which I define the plugin and variable in a custom file ``` custom: ${file(${opt:stage, self:provider.stage}.yml)} plugins: ${self:custom.plugins, ''} ``` my environment file: ``` $ cat...
## Description ref : https://github.com/Azure/ResourceModules/blob/main/docs/wiki/The%20library%20-%20Module%20usage.md Currently both sample for PowerUser and Azure CLI are for Windows Users I'd like to change the sample part of `Azure CLI` to pure Mac/Linux...