cookbook 'magic_shell', '= 0.1.0'
magic_shell (11) Versions 0.1.0 Follow28
Installs/Configures command_alias
cookbook 'magic_shell', '= 0.1.0', :supermarket
knife supermarket install magic_shell
knife supermarket download magic_shell
Description
Provides utility for adding some syntactic sugar to your shell.
Requirements
None
Attributes
None
Usage
Include the recipe to use the resource in your cookbook.
include_recipe "magic_shell"
Use the magic_shell_alias
resource to create a command alias.
magic_shell_alias "myrailsapp" do
command "cd /opt/myrailsapp/current"
end
This will alias myrailsapp
to cd /opt/myrailsapp/current
Dependent cookbooks
This cookbook has no specified dependencies.