110 Commits

Author SHA1 Message Date
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
doapp-ryanp
458cd497de module sub-command 2015-09-17 16:19:48 -05:00
doapp-ryanp
06075fb971 module sub-command 2015-09-17 16:18:20 -05:00
doapp-ryanp
2ef0f20570 module sub-command 2015-09-17 16:16:55 -05:00
doapp-ryanp
05301d6d61 module sub-command 2015-09-17 16:10:43 -05:00
doapp-ryanp
c3aaf8e7d7 module sub-command 2015-09-17 16:04:54 -05:00
doapp-ryanp
5fe2e168fe env refactor 2015-09-16 16:06:24 -05:00
doapp-ryanp
e3f4f61dd6 Merge branch 'cf-deploy' of github.com:jaws-framework/JAWS into cf-deploy 2015-09-16 16:04:57 -05:00
doapp-ryanp
65ac790166 env refactor 2015-09-16 16:04:52 -05:00
Austen Collins
6d9dd95171 new module: refactor 2015-09-16 13:17:08 -07:00
doapp-ryanp
f4b55d82f7 stack name change 2015-09-16 15:13:24 -05:00
doapp-ryanp
f7e156b406 bugfixes 2015-09-16 11:40:09 -05:00
doapp-ryanp
488ec8db6c create awd profile files if DNE. dont use dep fs.exists 2015-09-16 09:43:50 -05:00
doapp-ryanp
8b59903d20 bugfixes 2015-09-15 22:50:15 -05:00
doapp-ryanp
3ac7006455 refactor deploy and new 2015-09-15 14:48:42 -05:00
doapp-ryanp
1e298a0b71 utils refactor for awsm.json 2015-09-15 10:51:47 -05:00
doapp-ryanp
923752d2ac refactor 2015-09-15 09:34:53 -05:00
doapp-ryanp
0cea5864bd fix new action 2015-09-14 11:42:32 -05:00
Jacob Evans
a9dc285ab6 Added action help text for the jaws bin.
When creating a new action, quickly check if we are in the JAWS project directory.
2015-09-14 18:56:05 +10:00
Austen Collins
d96796f644 new: fix spinner, readme: better quick-start 2015-09-13 23:36:39 -07:00
Austen Collins
c2546b969b jaws: minor clean-ups 2015-09-13 22:33:46 -07:00
Austen Collins
a4d6c61f5b new: remove generate, use new instead. 2015-09-13 22:15:32 -07:00
Austen Collins
19087a4a4f new region/stage: refactor 2015-09-13 11:25:43 -07:00
Austen Collins
33087f367a new project: improve command 2015-09-12 15:30:26 -07:00
Austen Collins
19c0d9bf90 proj: change term api to endpoint 2015-09-12 13:50:00 -07:00
Austen Collins
aa5b258ec3 large refactor:
- Refactor deploy lambda for code clarity,
- Refactor dash command
2015-09-12 12:51:29 -07:00
Austen Collins
eed4aebe83 new project: refactor/clean up 2015-09-09 17:32:12 -07:00
Austen Collins
6e153547bb dash: start dash command 2015-09-09 16:01:24 -07:00
Austen Collins
29e0c6bf19 cli: refactor select (prev checkbox) 2015-09-09 16:01:24 -07:00
doapp-ryanp
7c046bec66 copy over dotenv on generate 2015-09-08 22:44:42 -05:00
ryanp
4e9f5eaf32 logging 2015-09-07 23:12:31 -05:00
ryanp
fc41821b04 new region and stage 2015-09-07 23:09:47 -05:00
Austen Collins
198154bd69 deploy: fix deploy command 2015-09-07 08:26:55 -07:00