diff --git a/.gitignore b/.gitignore index f050cb1..13819d4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ logs/apps/*.log logs/postgres/*.log scripts/rcstack.tmp +# Source files, comming in from other submodules +scripts/rcstack/src +scripts/dev-tools/src .idea config/_shared/.rcmetadata.json diff --git a/scripts/dev-tools/src/bashly.yml b/scripts/dev-tools/src/bashly.yml deleted file mode 100644 index 61c8bde..0000000 --- a/scripts/dev-tools/src/bashly.yml +++ /dev/null @@ -1,45 +0,0 @@ -## alias bashly='docker run --rm -it --user $(id -u):$(id -g) --volume "$PWD:/app" dannyben/bashly' -## Generate bashly generate -## Update bashly generate --upgrade -# bashly add completions_script && source ./completions.bash - -name: dev-tools -help: CLI for various dev-tools operation on the stack -version: 0.0.1 - -footer: | - RhodeCode Inc 2023 - - -## ALL COMMANDS -commands: - - - name: vcs - alias: v - help: run bash console for vcsserver - - - name: ee - alias: e - help: run bash console for rhodecode-ee - - - name: ce - alias: c - help: run bash console for rhodecode-ce - - - name: celery - help: run bash console for rhodecode-celery - - - name: dev-env - help: create dev env required to run vcsserver and rhodecode - - - name: prune - help: clears docker images - - - name: prune-all - help: clears docker images and system cache, full cleanup. Be cautios ! - - - name: stack-cli-generate - help: run a ./rcstack generation script - - - name: dev-cli-generate - help: run a ./dev-tools generation script \ No newline at end of file