Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nanha
Created September 29, 2013 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanha/6748227 to your computer and use it in GitHub Desktop.
Save nanha/6748227 to your computer and use it in GitHub Desktop.
bosh command

intro

nise_bosh 에서 필요한건 create command 만

create

create release [<manifest_file>] [--force] [--final] [--with-tarball]
               [--dry-run]
    Create release (assumes current directory to be a release repository)
    --force        bypass git dirty state check
    --final        create final release
    --with-tarball create release tarball
    --dry-run      stop before writing release manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment