Skip to content

Commit

Permalink
update docs, dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Apr 13, 2018
1 parent 47e9a2b commit 692166f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/templateSurveys.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ questions:
required: Whether or not this question is required (boolean)
afterHooks:
- cmd: The command to execute (string, required)
- name: The command name (string, required)
cmd: The command to execute (string, required)
args: The arguments for the cmd ([]string, optional)
verbose: The command output is printend in the terminal (string, optional)
enabled: The template expression which has to be evaluated to `true` when `false` the command is skipped (string, optional)
required: The command is required and will abort the hooks pipeline when it couldn't be executed.
required: The command is required and will abort the hooks pipeline when it couldn't be executed successfully (string, optional)
variables:
test: The value for custom variable
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type commandSelection struct {

var (
cfg *config.Config
version = "0.7.0"
version = "0.8.0"
primaryCommands = []string{
"Create Project",
"Create Confluence Space",
Expand Down

0 comments on commit 692166f

Please sign in to comment.