Skip to content

Commit

Permalink
Updated CLI command Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay committed Jul 5, 2016
1 parent 3d2905c commit 4a43ce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions labs/shipped-cli-labs/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Shipped groups services into applications. You create an application with the <c

Example:

shipped project create name=testProject desc="A Demo Application"
shipped project create name=testProject description="A Demo Application"

Shipped echoes the project name and description.

Expand All @@ -31,7 +31,7 @@ A service is an independently deployable component of a project. Most services a

Example:

shipped buildpack
shipped buildpack getall

Shipped shows the available buildpacks.

Expand Down
14 changes: 2 additions & 12 deletions labs/shipped-cli-labs/4.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# Shipped - Commit and Build
# Shipped - Build

On your local machine, you can review and modify a service's source code, and commit it to a GitHub repository. In addition, you can build and test a service in a VM that Shipped creates for your local machine. After making changes on your local machine, you need to commit and push them to the remote repository. Pushing changes to the remote GitHub repository automatically starts a build.

1. Issue a `local commit` command, and provide the names of the project and service to be committed, as well as an optional message.

Example:

shipped lcl commit testproject testservice message="Sipped Build"

Respond:

![](posts/files/shipped-cli-labs/assets/local-commit.png)
On your local machine, you can review and modify a service's source code, and commit it to a GitHub repository. In addition, you can build and test a service in a VM that Shipped creates for your local machine.

1. Issue the `build get` command to watch the build and display its logs on completion.

Expand Down

0 comments on commit 4a43ce9

Please sign in to comment.