README.md in apigee_cli-0.0.2 vs README.md in apigee_cli-0.0.3

- old
+ new

@@ -9,26 +9,36 @@ gem 'apigee_cli' And then execute: $ bundle + $ npm install -g apigeetool # this makes use of the apigeetool JS library Or install it yourself as: $ gem install apigee_cli +## Setting up your User Credentials + +Assuming you have an Apigee account, set your user credentials in ~/.apigeerc: + + org: APIGEE_ORG + username: APIGEE_USERNAME + password: APIGEE_PASSWORD + environment: ENVIRONMENT + ## Commands ### Top level commands - Commands: - apigee apigeetool [COMMAND] # Run a command using the apigeetool Node.js module - apigee config [COMMAND] # Run a command within the context of an app configuration - apigee help [COMMAND] # Describe available commands or one specific command - apigee resource [COMMAND] # Run a command within the context of a resource - apigee settings # Show the current apigeerc settings - apigee version # Shows the Apigee CLI version number + Commands: + apigee apigeetool [COMMAND] # Run a command using the apigeetool Node.js module + apigee config [COMMAND] # Run a command within the context of an app configuration + apigee help [COMMAND] # Describe available commands or one specific command + apigee resource [COMMAND] # Run a command within the context of a resource + apigee settings # Show the current apigeerc settings + apigee version # Shows the Apigee CLI version number ### To see sublevel commands, you can run: apigee help apigeetool apigee help config @@ -126,9 +136,12 @@ #### apigee resource upload # Upload resource files from resource_folder $ apigee resource upload --folder=jsc + + # Upload specific resource file from resource folder + $ apigee resource upload --folder=jsc --name=testing.js #### apigee resource delete # Delete resource file of resource_name $ apigee resource delete --name=testing.js