Skip to content

Instantly share code, notes, and snippets.

View latermonk's full-sized avatar
🌴
On vacation

latermonk latermonk

🌴
On vacation
View GitHub Profile
We couldn’t find that file to show.
```bash
# Read the key-value pair from source.yaml and store it in a variable
value=$(yq e '.key' source.yaml)
# Update target.yaml with the value from source.yaml
yq e ".key = \"$value\"" -i target.yaml
```
@property (weak, nonatomic) IBOutlet UITextField *domainField;
[self.domainField setText:@"10.1.39.93:8880"];