Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
преди 9 години
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
преди 9 години
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
преди 9 години
Joe DeVivo
2ea06b87be
basic fish completions
преди 9 години
Tristan Sloughter
9184bffadb
add relup to readme and shell completitions
преди 9 години
Tristan Sloughter
18e9def786
update readme and completions for new commands
преди 10 години
Tristan Sloughter
76893ca4b9
make deps task listed in help and update zsh/bash completions
преди 10 години
Fred Hebert
6acf0ea482
Add in shell completion for wtf->report rename
преди 10 години
Tristan Sloughter
3b56f3cc43
update the dir used for upgrade deps to the new path under _build
преди 10 години
derwinlu
0ceb3bd6ce
implement zsh completion
преди 10 години
derwinlu
61c4d75098
implement bash autocompletion
преди 10 години
Tuncer Ayaz
77a0eb6fe4
Fix #56 (always-on recursion)
Always-on recursive application of all rebar commands causes too many
issues. Recursive application is required for:
1. dealing with dependencies: get-deps, update-deps, and compile of deps
right after get-deps or update-deps
2. projects with a riak-like apps/ project structure and dev process
The vast majority of projects are not structured like riak. Therefore,
moving forward it's best to (by default) restrict recursive behavior to
dealing with deps. This commit does that and also adds command line and
rebar.config options for controlling or configuring recursion. Also, we
introduce two meta commands: prepare-deps (equivalent to rebar -r
get-deps compile) and refresh-deps (equivalent to rebar -r update-deps
compile). riak-like projects can extend the list of recursive commands
(to include 'eunit' and 'compile') by adding
{recursive_cmds, [eunit, compile]} to rebar.config.
преди 12 години
Pierre Fenoll
c83d037404
Add a library template
преди 11 години
Tuncer Ayaz
6de94e8a16
Change default log level to 'warn' and introduce -q/--quiet
преди 11 години
Shoji KUMAGAI
f5a5843d77
Add missing variables
- add overlay_vars=, target_dir=, and tests= with short description
преди 12 години
Tuncer Ayaz
dfbba0f4e7
bash-completion: add missing options and variables
- add missing short and long options
- add tests=, target_dir=, overlay_vars=
преди 12 години
Shoji KUMAGAI
da5cbe3b0f
zsh-completion: add 'dump_spec' back again
преди 12 години
Tuncer Ayaz
1ce06c76fc
bash-completion: add dump_spec=1
преди 12 години
Tuncer Ayaz
ee97a65c14
bash-completion: add generate-appups
преди 12 години
Shoji KUMAGAI
0bb1416479
Change zsh completion script
- Add 'escriptize' command
- Remove variable 'dump_spec'
преди 12 години
Tuncer Ayaz
d97f94ae1e
zsh completion: fix typos
преди 12 години
Shoji KUMAGAI
468e1ec9a9
Add zsh completion script
For enable to shell-completion in zsh.
преди 12 години
Tuncer Ayaz
147b1a0798
bash completion: remove duplicate cmd
преди 12 години
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
преди 12 години
Tuncer Ayaz
e75a97ad33
Add 'qc' cmd and rename eunit-compile to test-compile
преди 14 години
Tuncer Ayaz
902dcdf3ff
Add 'eunit-compile' cmd (Suggested-by: Joe Norton)
преди 14 години
Tuncer Ayaz
2daf7cae27
Add escriptize to bash completion
преди 13 години
Tuncer Ayaz
32ddef7158
Remove alt_url support in favor of new features
преди 13 години
Adam Schepis
03a026f38f
Add support for alternate dependency urls
This change adds the ability to use alternate urls for downloading
dependencies. To make use of alternate urls run:
rebar get-deps alt_urls=true
преди 13 години
Tuncer Ayaz
8ce8affa11
Add nodeid= to bash completion
преди 13 години
Magnus Klaar
4db90bafef
Deprecate ct suite= option for suites= option
преди 13 години
Tuncer Ayaz
8c89a388bf
Universally support apps=/skip_apps=
преди 13 години
Tuncer Ayaz
d228e94137
Add root_dir= to shell completion
преди 13 години
Tuncer Ayaz
285ca0f6be
Add overlay command to shell completion
преди 13 години
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
преди 14 години
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
преди 14 години
Tuncer Ayaz
16a7561d93
Add skip_app to shell completion
преди 14 години
Tuncer Ayaz
be209f24ff
Make debug_info default
Add no_debug_info option.
Remove debug_info=1 option.
преди 14 години
Tuncer Ayaz
f4070bfad7
Update shell completion: generate-upgrade
Add generate-upgrade and previous_release=.
преди 14 години
Tuncer Ayaz
d8e50e8c2d
Implement update-deps and disable auto update
преди 14 години
Tuncer Ayaz
bb6d07011f
Add debug_info=1 to shell completion
преди 14 години
Tuncer Ayaz
2d2aed627f
Refactor Dialyzer support to make it more usable
преди 14 години
Tuncer Ayaz
3e6f8cac12
Update completion to reflect common_test changes
преди 14 години
Tuncer Ayaz
0f486c8cc1
Add list-templates to bash completion
преди 14 години
Tuncer Ayaz
a43381fe0b
Add template_dir= to bash completion
преди 14 години
Tuncer Ayaz
c7863d9419
Remove 'install' from bash completion
преди 14 години
Tuncer Ayaz
52609eaca1
Add doc command and skip_deps option to bash completion
преди 15 години
Tuncer Ayaz
914e5fbf68
New commands and opts (-V/--version/version/help)
преди 15 години
Tuncer Ayaz
1e8916ba87
Document xref command
Also add a sleep after printing so that the io server has
written all output before exiting. It's a work around.
преди 15 години
Tuncer Ayaz
3a1d2e433c
Add create to shell completion
преди 15 години