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

spang at bestpractical.com spang at bestpractical.com
Tue Aug 12 09:33:33 EDT 2008


Author: spang
Date: Tue Aug 12 09:33:32 2008
New Revision: 15087

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

Log:
 r47814 at loki:  spang | 2008-08-06 14:51:36 +0100
  r47764 at loki (orig r14808):  sartak | 2008-08-05 21:33:44 +0100
   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 12 09:33:32 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