UnityTech/web-module-oh-my-zsh-platform

 
 

Repository files navigation

This is a plugin for the popular z shell, now the standard on Mac OS X. It requires [oh my zsh](https://ohmyz.sh /) in order to work.

To use this plugin, clone this repo to ~/.oh-my-zsh/custom/plugins:

git clone [email protected]:UnityTech/web-module-oh-my-zsh-platform.git ~/.oh-my-zsh/custom/plugins/platform

This will automatically override the default git plugin. If you aren't yet using the default plugin,
add platform to the plugins in your ~/.zshrc file:

plugins=(platform)

To reload your current terminal with the new aliases:

source ~/.zshrc
AliasCommand
pfplatform
pfaliasplatform_list_aliases
pfalaplatform activity:list --all
pfalplatform activity:log
pfdbdplatform db:dump --gzip
pfeaplatform environment:activate
pfedplatform environment:delete
pfdplatform environment:drush
pfelplatform environment:list
pflplatform environment:logs
pferplatform environment:redeploy
pfsshplatform environment:ssh
 

Notes:

  • Check out all commands with usage and clarifications in your local platform.plugin.zsh or the repo's source code.

  • Alternatively, run alias for a list of all aliases as they're implemented, galias for this cheatsheet, or which <alias/function> for a specific implementation.

This project was forked from David Deprost's excellent work. Original development was done by Jordan Koplowicz on behalf of Unity Technologies.

See CONTRIBUTING.md.

About

Custom oh-my-zsh plugin for the platform.sh cli

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Shell 100.0%