sort aliases

This commit is contained in:
Brienne Kordis 2022-09-06 17:54:05 -04:00
parent 3bd65d73c7
commit 518d82b71d
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ foreach ($websites as $website) {
}
};
ksort($websiteList);
$aliasesFile = '/etc/wp-cli.yml';
$yaml = yaml_emit_file($aliasesFile, $websiteList);