Class: Octo::Octo

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/octo.rb

Instance Method Summary collapse

Instance Method Details

#runObject



681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
# File 'lib/chef/knife/octo.rb', line 681

def run
  puts "        ** OCTO COMMANDS **\n      You may use these flags\n          --long or -l\n  The long flag helps with more information\n\nknife octo variables list\nknife octo variables show 'name'\nknife octo env list\nknife octo env show 'name'\nknife octo machine list\nknife octo machine show 'name'\n\nknife octo project list --  The long option for the said command will display the last 30 releases created for the said project with other details.\n\n        ** project show **\nSupports two additional flags in addition to --long\n        --release or -r\n          --env or -e\nknife octo project show 'name'\nknife octo project show 'name' -r 'release number'\nknife octo project show 'name' -r 'release number' -e 'environment' -- The said command will display the outcome of the process if a deployment were to be triggered on the said environment and release.\n\n\n"
end