airshipctl/cmd
Ruslan Aliev a6363f1c1e Run image build command like a phase
We perform almost the same activities prior calling createBootstrapIso
function like we do that in phase executor, also image build command
now is techically outdated since it doesn't work because it fails with
"phase document was not found" error. This patch removes unnecessary
functions like GenerateBootstrapIso and runs image build command in
a phase way. Test coverage increases slightly (by 0.2%) by removing
partially duplicating code which was not tested properly. Minor bug
fixes included.

Change-Id: I545004cea721164838b296ae647a7651cde248ff
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2020-10-13 17:48:55 -05:00
..
baremetal Add ability to perform baremetal operation against all nodes 2020-10-05 00:29:40 -05:00
cluster Remove kubeconfig from config struct 2020-10-07 14:35:07 -05:00
completion Uplift cobra to v1.0.0 2020-08-14 09:19:34 -05:00
config Replace PrimaryRepositoryName with PhaseRepositoryName 2020-10-12 15:28:27 +03:00
document Add document pull step to gate script runner 2020-09-25 00:39:28 -05:00
image Run image build command like a phase 2020-10-13 17:48:55 -05:00
phase Remove kubeconfig from config struct 2020-10-07 14:35:07 -05:00
secret Adding encrypt and decrypt subcommands to secret command 2020-10-06 08:37:56 -07:00
testdata Remove kubeconfig from config struct 2020-10-07 14:35:07 -05:00
root.go Merge "Remove kubeconfig from config struct" 2020-10-07 21:57:49 +00:00
root_test.go Remove AirshipCTLSettings from root level cmd 2020-09-03 23:52:49 -05:00
version.go [#204] Refactoring for version cmd 2020-05-06 09:05:19 -07:00
version_test.go Add copyright for missing files 2020-04-09 08:35:59 -05:00