-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor to new actions. --------- Co-authored-by: David Ferlay <[email protected]>
- Loading branch information
1 parent
6a3fbe6
commit 9bb3486
Showing
6 changed files
with
250 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
runtime: plugin | ||
action: | ||
title: Meta | ||
description: "Push code + bump and deploy in CI (compose + sync + package + publish + deploy). Use: meta [flags] environment tags" | ||
alias: | ||
- deliver | ||
arguments: | ||
- name: environment | ||
title: Environment | ||
required: true | ||
- name: tags | ||
title: Tags | ||
required: true | ||
options: | ||
- name: last | ||
title: Last | ||
description: Last flag for local bump command | ||
type: boolean | ||
default: false | ||
- name: skip-bump | ||
title: Skip bump | ||
description: Skip execution of local bump command | ||
type: boolean | ||
default: false | ||
- name: ci | ||
title: CI | ||
description: Execute all commands and deploy in CI (default) | ||
type: boolean | ||
default: false | ||
- name: local | ||
title: Local | ||
description: Execute compose + sync + package + publish + deploy locally instead of using CI | ||
type: boolean | ||
default: false | ||
- name: clean | ||
title: Clean | ||
description: Clean flag for compose command (only works with --local) | ||
type: boolean | ||
default: false | ||
- name: debug | ||
title: Debug | ||
description: Run Ansible in debug mode | ||
type: boolean | ||
default: false | ||
- name: conflicts-verbosity | ||
title: Conflicts verbosity | ||
description: Log files conflicts during composition | ||
type: boolean | ||
default: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.