@@ -146,8 +146,8 @@ USAGE
146146* [ ` swaggerhub project:get OWNER/PROJECT_NAME ` ] ( #swaggerhub-projectget )
147147* [ ` swaggerhub project:list [OWNER] ` ] ( #swaggerhub-projectlist )
148148* [ ` swaggerhub project:member:list OWNER/PROJECT_NAME ` ] ( #swaggerhub-projectmemberlist )
149- * [ ` swaggerhub spectral:upload OWNER/RULESET_NAME/VERSION directory ` ] ( #swaggerhub-spectralupload )
150- * [ ` swaggerhub spectral:download OWNER/RULESET_NAME/VERSION directory ` ] ( #swaggerhub-spectraldownload )
149+ * [ ` swaggerhub spectral:upload OWNER/RULESET_NAME directory ` ] ( #swaggerhub-spectralupload )
150+ * [ ` swaggerhub spectral:download OWNER/RULESET_NAME directory ` ] ( #swaggerhub-spectraldownload )
151151
152152## ` swaggerhub api:create `
153153
@@ -1381,10 +1381,10 @@ Create or update organization's Spectral ruleset
13811381
13821382```
13831383USAGE
1384- $ swaggerhub spectral:upload OWNER/RULESET_NAME/VERSION directory [-h]
1384+ $ swaggerhub spectral:upload OWNER/RULESET_NAME directory [-h]
13851385
13861386ARGUMENTS
1387- OWNER/RULESET_NAME/[VERSION] The Spectral ruleset details for SwaggerHub organization
1387+ OWNER/RULESET_NAME The Spectral ruleset details for SwaggerHub organization
13881388 directory Relative path to directory with ruleset files
13891389
13901390FLAGS
@@ -1394,7 +1394,7 @@ DESCRIPTION
13941394 Create or update organization's Spectral ruleset
13951395
13961396EXAMPLES
1397- $ swaggerhub spectral:upload my_organization/my_api_ruleset/1.0.0 rules
1397+ $ swaggerhub spectral:upload my_organization/my_api_ruleset rules
13981398```
13991399
14001400_ See code: [ src/commands/spectral/upload.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.9.1/src/commands/spectral/upload.js ) _
@@ -1406,10 +1406,10 @@ Fetch organization's Spectral ruleset
14061406
14071407```
14081408USAGE
1409- $ swaggerhub spectral:download OWNER/RULESET_NAME/VERSION directory [-h]
1409+ $ swaggerhub spectral:download OWNER/RULESET_NAME directory [-h]
14101410
14111411ARGUMENTS
1412- OWNER/RULESET_NAME/[VERSION] The Spectral ruleset details for SwaggerHub organization
1412+ OWNER/RULESET_NAME The Spectral ruleset details for SwaggerHub organization
14131413 directory Relative path to directory the ruleset files should be saved to
14141414
14151415FLAGS
@@ -1419,7 +1419,7 @@ DESCRIPTION
14191419 Fetch organization's Spectral ruleset
14201420
14211421EXAMPLES
1422- $ swaggerhub spectral:download my_organization/my_api_ruleset/1.0.0 rules
1422+ $ swaggerhub spectral:download my_organization/my_api_ruleset rules
14231423```
14241424
14251425_ See code: [ src/commands/spectral/download.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.9.1/src/commands/spectral/download.js ) _
0 commit comments