Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Rename columns in CLI table (#42)
Browse files Browse the repository at this point in the history
* rename columns in CLI table

* udpate docs
  • Loading branch information
yradsmikham authored May 7, 2020
1 parent 7bb9d5e commit 5d9b0a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/deployment/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ export const printDeployments = (
"Start Time",
"Service",
"Commit",
"Src to ACR",
"Image Creation",
"Image Tag",
"Result",
"ACR to HLD",
"Metadata Update",
"Ring",
"Hld Commit",
"Result",
Expand All @@ -324,7 +324,7 @@ export const printDeployments = (
header = header.concat(["Approval PR", "Merged By"]);
prsExist = true;
}
header = header.concat(["HLD to Manifest", "Result"]);
header = header.concat(["Ready to Deploy", "Result"]);
if (outputFormat === OUTPUT_FORMAT.WIDE) {
header = header.concat([
"Duration",
Expand Down

0 comments on commit 5d9b0a4

Please sign in to comment.