doapp-ryanp
489e138025
fixes
2015-10-19 11:11:05 -05:00
Austen Collins
45f89dd03d
commands: allow option shortcuts
2015-10-19 11:10:58 -05:00
Austen Collins
f229e576e0
plugins: prepare for queue refactor
2015-10-19 11:10:51 -05:00
Austen Collins
6b2044043d
create global class
2015-10-19 11:10:33 -05:00
doapp-ryanp
33a44b9257
fixes
2015-10-19 10:21:47 -05:00
Austen Collins
e9d9f8bef9
commands: allow option shortcuts
2015-10-18 21:44:09 -07:00
Austen Collins
e910637ff4
plugins: prepare for queue refactor
2015-10-18 16:04:17 -07:00
doapp-ryanp
5f74fcfb44
const
2015-10-14 10:17:52 -05:00
Austen Collins
c3f9396a5f
create global class
2015-10-13 02:06:44 -07:00
Austen Collins
fd99bd2c2d
ProjectCreate: Refactor and fix test
2015-10-11 23:16:28 -07:00
doapp-ryanp
be9b36abe9
making es6 classes still...are we done yet
2015-10-11 23:03:06 -05:00
doapp-ryanp
a470da932b
making es6 classes still...
2015-10-11 22:21:56 -05:00
doapp-ryanp
a46466eac5
making es6 classes
2015-10-11 20:35:51 -05:00
doapp-ryanp
7f2110a57c
es6 let, template strings
2015-10-10 19:07:34 -07:00
doapp-ryanp
1113e08103
es6 strings and octals
2015-10-10 17:44:33 -07:00
Kamil Burzynski
9ca3f084a9
Added error message when invalid syntax is used
2015-10-02 19:09:31 +02:00
Austen
b32b7aa89e
Merge pull request #191 from Nopik/stage-create-bugfix
...
Fixed `jaws stage create`
2015-10-02 06:09:52 -07:00
Kamil Burzynski
0626770f0e
Fixed jaws stage create
2015-10-02 13:19:55 +02:00
Jared Short
6fe7bd835e
Allows for optional package manager usage
2015-10-02 01:19:07 -04:00
Ryan Pendergast
3e86e5d090
Update jaws
2015-10-01 20:45:46 -05:00
Jared Short
6e234b63c3
Add CLI Consistency
...
Addresses #176
2015-10-01 19:28:57 -04:00
Austen Collins
3bd1ac211c
module create: add option to create package manager scaffolding
2015-09-30 16:05:29 -07:00
Kamil Burzynski
e9ff7a413f
Fix for "undefined" in help output
...
When invoking just `jaws` command, it was spitting out:
Usage: undefined [options] [command]
2015-09-30 10:48:23 +02:00
doapp-ryanp
14187c212d
postinstall new features. Module create re-factor
2015-09-29 23:39:57 -05:00
doapp-ryanp
d03596447d
default to jaws runtime on new proj. create pkg mgr scaffold on module create
2015-09-29 21:45:14 -05:00
doapp-ryanp
8a09f4df02
implement postinstall
2015-09-29 16:43:28 -05:00
Austen Collins
8efa408b33
add initRuntime util function
2015-09-29 08:33:14 -07:00
Austen Collins
661ba3277a
postinstall: add missing param
2015-09-29 07:40:36 -07:00
Austen Collins
c6b75f542f
postinstall command: start workign on this
2015-09-28 21:32:39 -07:00
Austen Collins
23c3b2180d
fix jawsbucket
2015-09-28 15:36:54 -07:00
Austen Collins
49bcec6008
bucket reorganization: more refactoring of new command and new stage/region command
2015-09-28 14:24:31 -07:00
Austen Collins
025b2660c9
new stage region: start refactor, add interactive prompts for usability
2015-09-28 14:24:31 -07:00
Jared Short
36a26c95df
Explicit defining of tag type required, "all" is now "both"
2015-09-27 21:33:29 -04:00
Jared Short
0f6758de00
Tag all can now tag all endpoints and lambdas in one command
...
A proposed solution to jaws-framework/JAWS#164 .
Implements a new “all” type which allows a user to tag all Lambdas and
Endpoints in one command. It also makes this the default command when
running a bare `jaws tag --tag-all` or `jaws tag --untag-all` with no
type option.
2015-09-27 16:26:22 -04:00
Jacob Evans
9e4486d6e5
--no-save is a special case
...
in Commander it gets mapped to options.save = false, not noSave.
see https://github.com/tj/commander.js/blob/master/test/test.options.bool.no.js
2015-09-27 17:39:52 +10:00
doapp-ryanp
b52b338f20
remove es6 specific. start to refactor run
2015-09-25 15:57:02 -05:00
Ryan Pendergast
46f505c88a
Merge pull request #153 from boushley/fix-credential-creation
...
Fix credential creation from `jaws new project` prompts
2015-09-25 13:10:28 -05:00
doapp-ryanp
2c9fccef54
save awsm cf integrations by default
2015-09-25 09:03:14 -05:00
Aaron Boushley
61cfce4fc3
Make the -v and --verbose flag work again.
2015-09-24 19:36:48 -07:00
doapp-ryanp
d5c58574eb
better cli help for env cmd
2015-09-24 20:41:51 -05:00
doapp-ryanp
4e90c7909e
Merge branch 'master' of github.com:jaws-framework/JAWS
2015-09-24 15:20:14 -05:00
doapp-ryanp
3442037a7e
awsm install bugfixes. change env var JAWS_DATA_MODEL_PREFIX to JAWS_DATA_MODEL_STAGE
2015-09-24 15:20:09 -05:00
Austen Collins
54f4e5a6b6
deploy resources: start command
2015-09-24 08:19:03 -07:00
Jacob Evans
e6da314236
Updates with master
2015-09-22 16:56:08 +10:00
Jacob Evans
28e15a1210
Run command
...
Run the handler in the environment, pulling from s3 env if required
2015-09-22 16:56:08 +10:00
doapp-ryanp
b3f36f472f
cli option help clarification idea thx to @dekz
2015-09-21 23:07:55 -05:00
doapp-ryanp
b62375bc55
upgrade new stage/region to support v1 json formats. make CLI for new command have better docs and more consistent
2015-09-21 13:45:12 -05:00
doapp-ryanp
e1b2697365
bugfixes
2015-09-18 09:15:55 -05:00
doapp-ryanp
4a9303dc21
module install and update. dep auto install
2015-09-18 09:12:12 -05:00
doapp-ryanp
12234e64e1
module sub-command
2015-09-17 16:29:42 -05:00