Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show only JSON output for st2 pack install -j #4394

Merged
merged 6 commits into from
Nov 6, 2018

Conversation

lakshmi-kannan
Copy link
Contributor

closes: #4260

Sample

(virtualenv) root@68fc4166c292:/st2# st2 pack install circle_ci -j
{
    "author": "StackStorm dev", 
    "description": "CircleCI CI/CD Pipeline", 
    "name": "Circle CI", 
    "version": "0.5.3"
}

@Kami Kami added this to the 3.0.0 milestone Oct 17, 2018
lakshmi-kannan and others added 3 commits October 17, 2018 13:19
* master: (153 commits)
  Fix st2timersengine screen session typo in launchdev
  Add option to notify on orquesta task completion
  Update the comment.
  Use longer token expiry time.
  Add changelog entry.
  Prod-friendly logging config path for st2garbagecollector
  Prod-friendly logging config path for st2exporter
  Prod-friendly logging config path for st2notifier
  Prod-friendly logging config path for st2resultstracker
  Prod-friendly logging config path for st2actionrunner
  Prod-friendly logging config path for st2rulesengine
  Prod-friendly logging config path for st2sensorcontainer
  Prod-friendly logging config path for st2auth
  Delete obsolete `st2.prod.conf`, a mammoth skeleton of pre virtualenv-packaging era
  Prod-friendly logging config path for st2stream
  Prod-friendly logging config path for st2api
  Add a CHANGELOG
  Use prod '/etc/st2' logging config for the new serves in st2.conf.sample
  New version of sphinx breaks rstcheck.
  Fix flake8 lint violations which are detected by new version of flake8.
  ...
* master:
  Allow user to specify PYTHON_VERSION env variable.
  Add a changelog entry.
  Add a NOTE on old and deprecated timer options.
  Fix an issue with timers engine config options not working as advertised.
  Timers engine options are also used by st2notifier so they need to be registered as common options inside st2common.
  Make sure we correctly pass local timezone specified in the st2.conf to each BlockingScheduler class constructor.
  Remove debug code.
  Make sure we run pack tests under Python 3 on Travis.
  Fix typo.
  Fix python 3 related issues.
  Add tox target for running pack tests under Python 3.
  Add missing st2-garbagecollector service to launchdev script.
  Fix launchdev not correclty killing gunicorn processes.
  Fix launchdev so it correctly uses VIRTUALENV variable everywhere.
  Fix a bug with garbage collection not working correctly if config options are not set.
  Allow user to set VIRTUALENV environment variable for launchdev.sh script.
  Invoke runner post run on completion of orquesta workflows
  Fix cascade of workflow user context to orquesta tasks
  Minor edit to request_resume to help troubleshoot CI failure
  Use st2common methods to iterate drivers.
@lakshmi-kannan lakshmi-kannan merged commit bee29d0 into master Nov 6, 2018
@arm4b arm4b deleted the issue_4260/json_output_pack_install branch February 12, 2019 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

st2 pack install --json outputs non-json text to stdout
3 participants