lib/takelage/default.yml in takelage-0.31.0 vs lib/takelage/default.yml in takelage-0.32.0
- old
+ new
@@ -2,11 +2,12 @@
bit_dev_user: 'takelage'
bit_remote: ''
bit_require_file: 'bitrequire.yml'
bit_root: '/bit'
bit_ssh: ''
-cmd_bit_check_workspace_bit_list: 'bit list'
+cmd_bit: 'bit'
+cmd_bit_check_workspace_bit_list: 'bit status'
cmd_bit_check_workspace_pwd: 'pwd'
cmd_bit_clipboard_lib_bit_status: 'bit status'
cmd_bit_clipboard_copy_bit_list_scope: 'bit list --skip-update --json %{scope}'
cmd_bit_clipboard_copy_bit_list_remotes: 'bit remote --skip-update'
cmd_bit_clipboard_copy_bit_add_dir: 'bit add --skip-update --id %{id} --main %{dir}/README.bit %{dir}'
@@ -44,10 +45,11 @@
cmd_docker_container_stop_container: 'docker stop %{container}'
cmd_docker_image_tag_check_docker_images: 'docker images --quiet %{image}'
cmd_docker_image_tag_list_docker_images: 'docker images %{docker_user}\/%{docker_repo} --format "{{.Tag}}"'
cmd_docker_image_update_docker_pull_latest: 'docker pull %{docker_user}/%{docker_repo}:latest'
cmd_docker_image_update_docker_remove_dangling: 'docker image prune --force'
+cmd_git: 'git'
cmd_git_check_clean_git_unstaged: 'git diff --exit-code'
cmd_git_check_clean_git_uncommitted: 'git diff --cached --exit-code'
cmd_git_check_clean_git_status: 'git status --porcelain'
cmd_git_check_bit_get_git_branch: 'git symbolic-ref HEAD'
cmd_git_check_workspace_git_repo: 'git -C %{dir} rev-parse'
@@ -59,10 +61,14 @@
cmd_info_status_gopass_root_store: 'gopass config | grep "path" | cut -d " " -f 2'
cmd_info_status_gpg_agent: 'gpg-connect-agent /bye'
cmd_info_status_gpg_keys: 'gpg --list-keys'
cmd_info_status_ssh_keys: 'ssh-add -l'
cmd_info_status_ssh_socket: 'gpgconf --list-dirs agent-ssh-socket'
+cmd_init_packer_lib_bit_init: 'bit init'
+cmd_init_packer_lib_git_init: 'git init && git checkout -b main'
+cmd_init_packer_lib_git_add_all: 'git add --all'
+cmd_init_packer_lib_git_commit_initial: 'git commit -m "Initial commit"'
cmd_mutagen: 'mutagen'
cmd_mutagen_check_daemon_host_connection: 'mutagen forward list --label-selector="%{hostlabel}"'
cmd_mutagen_check_daemon_version: 'mutagen version'
cmd_mutagen_forward_socket_create: 'mutagen forward create --name=%{socketname} --label=%{hostlabel} --label=%{takellabel} docker://%{username}@%{container}:unix:%{containersock} unix:%{hostsock}'
cmd_mutagen_forward_socket_check: 'mutagen forward list %{socketname}'
@@ -79,9 +85,10 @@
docker_tag: 'latest'
docker_user: 'takelage'
git_bit_branch: 'main'
info_project_main: 'project.yml'
info_project_private: 'private/project.yml'
+init_packer_docker_bit_require_import: 'true'
login_wait_for_sockets: '0'
mutagen_socket_path_mutagen: '~/.mutagen/daemon/daemon.sock'
mutagen_socket_path_gpg: '~/.gnupg/S.gpg-agent'
mutagen_socket_path_ssh: '~/.gnupg/S.gpg-agent.ssh'
mutagen_socket_takelage_label: 'type=takelage'