Sanket Sudake and GitHub
e87c84ee2c
Capture context from cobra CLI and pass forward ( #2551 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2022-09-22 13:54:05 +05:30
Gaurav Gahlot and GitHub
695b0759e4
Fixed golangci-lint issues: /fission/pkg ( #1902 )
2021-01-19 23:29:20 +05:30
Ta-Ching Chen and GitHub
f606c3705f
Show short flag on CLI usage ( #1580 )
2020-04-24 15:04:52 +08:00
Ta-Ching Chen and GitHub
e2f1f778f3
Show global options in usage ( #1516 )
2020-01-28 19:37:07 +08:00
Ta-Ching Chen and GitHub
af10579be9
Fix verbosity flag not show in usage ( #1425 )
2019-11-21 12:36:50 +08:00
Ta-Ching Chen and GitHub
7640f1199d
Prettify console output message ( #1396 )
2019-11-10 16:42:34 +08:00
Ta-Ching Chen and GitHub
1888cd2ac7
Migrate from urfave/cli to cobra ( #1385 )
2019-11-08 21:22:00 +08:00
Ta-Ching Chen and GitHub
93d4b88d84
Make CLI functions return error instead of fatal out ( #1379 )
...
Before this PR, CLI functions fatal out when encountering error
instead of returning it. Such behavior makes it hard to reuse
the functions nor writing unit tests. This PR aims to make functions
return errors instead of error out.
2019-11-05 16:50:13 +08:00
Ta-Ching Chen and GitHub
3b6749dce9
Refactor function command ( #1372 )
2019-11-03 13:31:47 +08:00
Ta-Ching Chen and GitHub
c49377569e
Refactor environment CLI command ( #1265 )
2019-08-27 15:43:59 +08:00