Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Last active June 29, 2020 20:52
Show Gist options
  • Save tongueroo/ee92ec28a4d3eed301d88e8ccdd2fe10 to your computer and use it in GitHub Desktop.
Save tongueroo/ee92ec28a4d3eed301d88e8ccdd2fe10 to your computer and use it in GitHub Desktop.
  • Showing cody examples and the fix.
  • Also used for other libraries like Terraspace, Kubes, etc
$ cody help
Commands:
cody badge # show the codebuild badge.
cody completion *PARAMS # Prints words for auto-completion.
cody completion_script # Generates a script that can be eval to setup auto-completion.
cody delete # Delete codebuild project.
cody deploy # Deploy codebuild project.
cody help [COMMAND] # Describe available commands or one specific command
cody init # Set up initial .cody files.
cody list # list codebuild project.
cody logs # Prints out logs for codebuild project.
cody start # start codebuild project.
cody status # status of codebuild project.
cody stop # stop codebuild project.
cody version # prints version
Options:
[--verbose], [--no-verbose]
[--noop], [--no-noop]
$
$ cody help
Commands:
cody badge # show the codebuild badge.
cody cody:c_l_i:init
cody cody:c_l_i:sequence
cody completion *PARAMS # Prints words for auto-completion.
cody completion_script # Generates a script that can be eval to setup auto-completion.
cody delete # Delete codebuild project.
cody deploy # Deploy codebuild project.
cody help [COMMAND] # Describe available commands or one specific command
cody init # Set up initial .cody files.
cody list # list codebuild project.
cody logs # Prints out logs for codebuild project.
cody start # start codebuild project.
cody status # status of codebuild project.
cody stop # stop codebuild project.
cody version # prints version
Options:
[--verbose], [--no-verbose]
[--noop], [--no-noop]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment