[Bps-public-commit] r14808 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Aug 5 16:33:45 EDT 2008


Author: sartak
Date: Tue Aug  5 16:33:44 2008
New Revision: 14808

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/CLI/Command/Help.pm

Log:
 r54116 at gorgoroth:  sartak | 2008-08-05 16:33:38 -0400
 Update help with details and publish, some other fixes


Modified: sd/trunk/lib/App/SD/CLI/Command/Help.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Help.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Help.pm	Tue Aug  5 16:33:44 2008
@@ -8,15 +8,16 @@
 print <<EOF
 $0 @{[$App::SD::VERSION]}
 
-$0 ticket create --summary "This is a summary" --status new --somekey value
-$0 ticket update --uuid <uuid> --status closed
-$0 ticket resolve --uuid <uuid>
+$0 ticket create -- summary "This is a summary" status new somekey value
+$0 ticket update --id <id> -- status closed
+$0 ticket resolve --id <id>
 $0 ticket search --regex .
 $0 ticket search -- status!=closed summary =~ http 
-$0 ticket delete --uuid <uuid>
-$0 ticket show --uuid <uuid>
+$0 ticket delete --id <id>
+$0 ticket show --id <id>
+$0 ticket details --id <id>
 $0 pull --from remote-url
-
+$0 publish --to remote-url
 
 $0 help
     Show this file



More information about the Bps-public-commit mailing list