Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created September 27, 2010 19:02
Show Gist options
  • Save davidsantiago/599609 to your computer and use it in GitHub Desktop.
Save davidsantiago/599609 to your computer and use it in GitHub Desktop.
[david@localhost test]$ cake -d
config: {}
vars: {:opts {:d [""]} :shellenv {"MAIL" "/var/spool/mail/david" "LS_COLORS" "no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:" "TERM" "xterm-color" "HOSTNAME" "localhost.localdomain" "SHLVL" "1" "SSH_TTY" "/dev/pts/5" "SSH_CONNECTION" "10.0.1.195 65351 10.0.1.12 22" "OLDPWD" "/home/david/bin/cake-src" "USER" "david" "SHELL" "/bin/bash" "SSH_CLIENT" "10.0.1.195 65351 22" "LESSOPEN" "|/usr/bin/lesspipe.sh %s" "LANG" "en_US.UTF-8" "PWD" "/home/david/bin/cake-src/examples/test" "HISTSIZE" "1000" "G_BROKEN_FILENAMES" "1" "LOGNAME" "david" "_" "/home/david/bin/cake" "HOME" "/home/david" "INPUTRC" "/etc/inputrc" "PATH" "/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/david/bin"} :script "/home/david/bin/cake" :args ["default" "-d"] :pwd "/home/david/bin/cake-src/examples/test"}
[cake] running from standalone script
[default] sending: [:default "READLINE__0.757004031097696"]
-------------------------------------------
cake autotest ;; Automatically run tests whenever your project code changes.
cake bin ;; Create a standalone console executable for your project.
cake clean ;; Remove cake build artifacts.
cake compile ;; Compile all clojure and java source files. Use 'cake compile force' to recompile.
cake deploy ;; Deploy war to a group of servers.
cake deps ;; Fetch dependencies and dev-dependencies. Use 'cake deps force' to refetch.
cake eval ;; Eval the given forms in the project JVM.
cake filter ;; Thread each line in stdin through the given forms, printing the results.
cake help ;; Print tasks with documentation. Use 'cake help TASK' for more details.
cake install ;; Install jar to local repository.
cake pom ;; Generate pom.xml from project.clj.
cake release ;; Release project jar to clojars.
cake repl ;; Start an interactive shell with history and tab completion.
cake run ;; Execute a script in the project jvm.
cake swank ;; Report status of swank server and start it if not running.
cake tag ;; Create a git tag for the current version.
cake test ;; Run project tests.
cake uberwar ;; Create a web archive containing all project dependencies.
cake upgrade ;; Upgrade cake to the most current version.
cake version ;; Display project version. Use 'bump [--major --minor --patch --snapshot]' to increment.
cake war ;; Create a web archive containing project source and class files.
-- system tasks ---------------------------
cake kill ;; Kill running cake jvm processes. Use -9 to force or all for all projects.
cake ps ;; List running cake jvm processes for all projects.
cake reload ;; Reload any .clj files that have changed or restart.
cake restart ;; Restart cake jvm processes.
cake start ;; Start cake jvm processes.
cake stop ;; Stop cake jvm processes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment