Skip to content

Commit

Permalink
chore: update screengrabs for v1.131.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 26, 2024
1 parent 02bbeb9 commit 88d738e
Show file tree
Hide file tree
Showing 51 changed files with 2,102 additions and 1,077 deletions.
61 changes: 39 additions & 22 deletions website/src/components/Screengrabs/atmos--help.html

Large diffs are not rendered by default.

36 changes: 25 additions & 11 deletions website/src/components/Screengrabs/atmos-atlantis--help.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

36 changes: 25 additions & 11 deletions website/src/components/Screengrabs/atmos-aws--help.html

Large diffs are not rendered by default.

36 changes: 25 additions & 11 deletions website/src/components/Screengrabs/atmos-aws-eks--help.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

34 changes: 24 additions & 10 deletions website/src/components/Screengrabs/atmos-completion--help.html

Large diffs are not rendered by default.

206 changes: 205 additions & 1 deletion website/src/components/Screengrabs/atmos-completion-bash.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
flags+=("--stacks=")
two_word_flags+=("--stacks")
flags+=("--verbose")
flags+=("--clone-target-ref")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
Expand Down Expand Up @@ -423,6 +424,7 @@
flags_with_completion=()
flags_completion=()

flags+=("--clone-target-ref")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
Expand Down Expand Up @@ -607,10 +609,13 @@
flags_with_completion=()
flags_completion=()

flags+=("--clone-target-ref")
flags+=("--file=")
two_word_flags+=("--file")
flags+=("--format=")
two_word_flags+=("--format")
flags+=("--include-dependents")
flags+=("--include-settings")
flags+=("--include-spacelift-admin-stacks")
flags+=("--ref=")
two_word_flags+=("--ref")
Expand All @@ -622,6 +627,10 @@
two_word_flags+=("--ssh-key")
flags+=("--ssh-key-password=")
two_word_flags+=("--ssh-key-password")
flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
flags+=("--upload")
flags+=("--verbose")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
Expand Down Expand Up @@ -654,6 +663,7 @@
flags+=("--format=")
two_word_flags+=("--format")
two_word_flags+=("-f")
flags+=("--process-templates")
flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
Expand Down Expand Up @@ -758,6 +768,8 @@
two_word_flags+=("--file")
flags+=("--format=")
two_word_flags+=("--format")
flags+=("--include-empty-stacks")
flags+=("--process-templates")
flags+=("--sections=")
two_word_flags+=("--sections")
flags+=("--stack=")
Expand Down Expand Up @@ -975,7 +987,7 @@
flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_with_completion=()
flags_completion=()

flags+=("--logs-file=")
Expand All @@ -991,6 +1003,190 @@
noun_aliases=()
}

_atmos_list_components()
{
last_command="atmos_list_components"

command_aliases=()

commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_list_stacks()
{
last_command="atmos_list_stacks"

command_aliases=()

commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--component=")
two_word_flags+=("--component")
two_word_flags+=("-c")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_list()
{
last_command="atmos_list"

command_aliases=()

commands=()
commands+=("components")
commands+=("stacks")

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_pro_lock()
{
last_command="atmos_pro_lock"

command_aliases=()

commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--component=")
two_word_flags+=("--component")
two_word_flags+=("-c")
flags+=("--message=")
two_word_flags+=("--message")
two_word_flags+=("-m")
flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
flags+=("--ttl=")
two_word_flags+=("--ttl")
two_word_flags+=("-t")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_pro_unlock()
{
last_command="atmos_pro_unlock"

command_aliases=()

commands=()

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--component=")
two_word_flags+=("--component")
two_word_flags+=("-c")
flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_pro()
{
last_command="atmos_pro"

command_aliases=()

commands=()
commands+=("lock")
commands+=("unlock")

flags=()
two_word_flags=()
local_nonpersistent_flags=()
flags_with_completion=()
flags_completion=()

flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
two_word_flags+=("--logs-level")
flags+=("--redirect-stderr=")
two_word_flags+=("--redirect-stderr")

must_have_one_flag=()
must_have_one_noun=()
noun_aliases=()
}

_atmos_terraform_generate_backend()
{
last_command="atmos_terraform_generate_backend"
Expand Down Expand Up @@ -1308,6 +1504,7 @@
two_word_flags+=("--component")
two_word_flags+=("-c")
flags+=("--dry-run")
flags+=("--everything")
flags+=("--stack=")
two_word_flags+=("--stack")
two_word_flags+=("-s")
Expand Down Expand Up @@ -1369,6 +1566,10 @@
flags_with_completion=()
flags_completion=()

flags+=("--check")
flags+=("-c")
local_nonpersistent_flags+=("--check")
local_nonpersistent_flags+=("-c")
flags+=("--logs-file=")
two_word_flags+=("--logs-file")
flags+=("--logs-level=")
Expand Down Expand Up @@ -1434,6 +1635,8 @@
aliashash["hf"]="helmfile"
fi
commands+=("help")
commands+=("list")
commands+=("pro")
commands+=("terraform")
if [[ -z "${BASH_VERSION:-}" || "${BASH_VERSINFO[0]:-}" -gt 3 ]]; then
command_aliases+=("tf")
Expand Down Expand Up @@ -1499,3 +1702,4 @@
fi

# ex: ts=4 sw=4 et filetype=sh

Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
__atmos_debug "========= clearing previously set __atmos_perform_completion_once_result variable =========="
set --erase __atmos_perform_completion_once_result
__atmos_debug "Successfully erased the variable __atmos_perform_completion_once_result"
end
end

function __atmos_requires_order_preservation
__atmos_debug ""
Expand Down Expand Up @@ -233,3 +233,4 @@
complete -c atmos -n 'not __atmos_requires_order_preservation && __atmos_prepare_completions' -f -a '$__atmos_comp_results'
# otherwise we use the -k flag
complete -k -c atmos -n '__atmos_requires_order_preservation && __atmos_prepare_completions' -f -a '$__atmos_comp_results'

Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,4 @@
}

Register-ArgumentCompleter -CommandName 'atmos' -ScriptBlock ${__atmosCompleterBlock}

Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@
if [ "$funcstack[1]" = "_atmos" ]; then
_atmos
fi

Loading

0 comments on commit 88d738e

Please sign in to comment.