Skip to content

Commit

Permalink
Merge pull request #28 from kubeopsskills/feature/help-message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakeroam authored Oct 24, 2021
2 parents 3110581 + d7b2fde commit 533af61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/levis-config-toleration-affinity-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ levis:
operator: In
labels:
StatelessOnly: true

service:
enabled: false
8 changes: 5 additions & 3 deletions src/levis/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ export class Message {
console.log("USAGE: ");
console.log(" levis [COMMAND] [FLAGS] [OPTIONS] \n");
console.log("COMMAND: ");
console.log(" create Gerate kubernetes configuration\n");
console.log(" create [FLAGS] Generate kubernetes configuration\n");
console.log("FLAGS: ");
console.log(" -f [OPTIONS] Levis configuration path followd by OPTION ");
console.log(" -f [OPTIONS] Levis configuration path");
console.log(" -o [OPTIONS] Output of kubernetes configuration file ");
console.log(" -v [OPTIONS] log level 1: info (default) 2: debug ");
// console.log(" -v, --version Print version info and exit ");
process.exit(1);
process.exit(0);
}

public static CreateInstruction(): void{
Expand Down

0 comments on commit 533af61

Please sign in to comment.