nbcutechnology/pubstack-shell

Provides a globally accessible command for working with Pubstack.

Maintainers

👁 cweagans

Package info

github.com/NBCUTechnology/pubstack-shell

pkg:composer/nbcutechnology/pubstack-shell

Statistics

Installs: 58

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2015-05-09 05:40 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD 7a0deb74b6f21ddeea8dd834bfc3f68f547e8dd4

  • Cameron Eagans <me.woop@cweagans.net>

This package is not auto-updated.

Last update: 2026-06-21 01:54:59 UTC


README

This project provides a convenient way to interact with the Pubstack VM.

Quick Start

Make sure ~/.composer/vendor/bin is in your $PATH, and then:

composer global require nbcutechnology/pubstack-shell
pubstack init
pubstack configure
# Your editor will open with the pubstack config. Make your changes and save it.
pubstack up

Done.

Configurable variables.

You can change some behaviors of Pubstack Shell with environment variables.

  • export PUBSTACK_PATH='/home/youruser/path/to/your/pubstack will allow you to use a custom Pubstack location.
  • export PUBSTACK_REPO="https://github.com/youruser/pubstack" will let you choose which fork of Pubstack to use. This doesn't necessarily have to be Pubstack, but other vagrant environments are unsupported and we'll laugh at you if there are problems.