Leo Lamprecht
696f8a20be
8.3.1
7 years ago
Leo Lamprecht
6f56046c2a
Allow `--token` to act without a config file ( #855 )
7 years ago
Leo Lamprecht
72e8c0be62
8.3.0
7 years ago
Leo Lamprecht
f8c0288bb3
Ability to set team scope using `--team` flag ( #852 )
* Fixed linting
* Use `mri` for setting the token
* Ability to set team scope using `--team` flag
* Added correct utils
* Handle 403 errors
* Better 403 error message
* Made it even more bullet proof
* Added to usage information
7 years ago
Leo Lamprecht
734c78f8fc
Prevent `--token` from overwriting the user config ( #851 )
* Respect currently scoped team
* Allow `--token` to overwrite the config token
* Fixed syntax
* Print an error when switching team
7 years ago
Leo Lamprecht
7a916bd3da
Made `--local-config` work properly ( #850 )
7 years ago
Matheus Fernandes
da5f1ac3ae
Made sure to use the correct output utilities ( #841 )
7 years ago
Matheus Fernandes
80e1ee829f
Fix edge case where `--token` was being ignored ( #840 )
* Fix edge case where `--token` was being ignored
* Fix logic
7 years ago
Josh Junon
3874ab76cb
8.2.5
7 years ago
Josh Junon
058fb5334d
fix path detection when a path is specified ( #839 )
7 years ago
Leo Lamprecht
da15ce73f0
8.2.4
7 years ago
Leo Lamprecht
6332196b27
Introduced a much cleaner token name ( #837 )
7 years ago
Matheus Fernandes
7c5b04b39e
8.2.3
7 years ago
Matheus Fernandes
86deb0a1c6
Fix arguemnt types on `now dns add`
7 years ago
Leo Lamprecht
00f5d39114
8.2.2
7 years ago
Leo Lamprecht
1af69b9800
Argument parsing in `now scale` is now more efficient ( #835 )
* Support IDs on the `now scale` sub command
* Made it even shorter
* Correct usage info
* Fixed syntax
7 years ago
Leo Lamprecht
5670d93877
Made `now scale` work properly again ( #834 )
7 years ago
Leo Lamprecht
3bd40ae9c9
Fixed guide on how to install the package ( #832 )
7 years ago
Leo Lamprecht
c4d9383d86
8.2.1
7 years ago
Leo Lamprecht
17cc5d1630
Replaced `minimist` with `mri` (faster and lighter) ( #831 )
* Cleaned up help for `now scale`
* Made it even better
* Fixed dot notation
* Perfected secrets help
* Cleaned up teams help
* Help for upgrade cmd
* Fixed even more
* Help for login command
* Made output work for command
* Cleaned up domains help
* Cleaned up all remaining commands
* Fixed indentation for alias command
* Missing flag added
* Another missing flag added
* Replaced `minimist` with `mri` (faster and lighter)
7 years ago
Leo Lamprecht
aa4f7d1ccc
Cleaned up the usage information ( #830 )
* Cleaned up help for `now scale`
* Made it even better
* Fixed dot notation
* Perfected secrets help
* Cleaned up teams help
* Help for upgrade cmd
* Fixed even more
* Help for login command
* Made output work for command
* Cleaned up domains help
* Cleaned up all remaining commands
* Fixed indentation for alias command
* Missing flag added
* Another missing flag added
* Fixed help
7 years ago
Leo Lamprecht
1ebb39ff67
Removed not working `--login` flag from usage information ( #826 )
7 years ago
Leo Lamprecht
1bfaaea8cb
Test installation over `npm` after deployment ( #828 )
7 years ago
Leo Lamprecht
b5361468dd
Added missing `--token` flag to `now scale` sub command ( #829 )
7 years ago
Leo Lamprecht
9a4cb75151
8.2.0
7 years ago
Leo Lamprecht
4d985b5521
Prevent doubled usage information output ( #820 )
* Prevent doubled usage information output
* Return instead of exiting without util
* Made it work
7 years ago
Leo Lamprecht
1134f65cda
Added new flags for local and global config ( #818 )
* Added new config flag to usage info
* Different available short names for flags
* Made global config flag work
* Existance of global now dir is already handled
* Made it all work
7 years ago
Leo Lamprecht
daad07abbf
Temporarily hide providers from usage information ( #819 )
7 years ago
Leo Lamprecht
f86f074a80
Corrected flags for `now teams` sub command ( #822 )
7 years ago
Leo Lamprecht
ebcc92c879
Revert "Made `now whoami` return the correct team context" ( #824 )
* Revert "Deploy on Now if no provider is specified (#821 )"
This reverts commit bbb33417ee
.
* Revert "Made `now whoami` return the correct team context (#823 )"
This reverts commit a9e6e6c247
.
7 years ago
Leo Lamprecht
bbb33417ee
Deploy on Now if no provider is specified ( #821 )
7 years ago
Leo Lamprecht
a9e6e6c247
Made `now whoami` return the correct team context ( #823 )
7 years ago
Leo Lamprecht
929a14cc84
Don't delete dependencies before deploying
7 years ago
Leo Lamprecht
134056883c
8.1.0
7 years ago
Leo Lamprecht
f0bb4e3cdc
Let the CI deploy releases to npm automatically ( #816 )
7 years ago
Roberto
8fafe75793
Use config for GCP settings, allow function update ( #803 )
* Use same function to verify the deployed function
* Use Google CloudFunction property names
* change gcpConfig.name to gcpConfig.functionName
* availableMemoryMb => memory
7 years ago
Benoit Averty
cc74eaf4c7
Only show account info caching message in TTY ( #811 )
* Only show account info caching message in TTY
* fix typo
* Fixed syntax
7 years ago
Nathan Rajlich
900f2bd306
Fixed typo in usage information
7 years ago
Leo Lamprecht
f4c536cc87
8.0.2
7 years ago
Leo Lamprecht
f67af44f21
Fixed the input and output utilities ( #808 )
* Fixed the input and output utilities
* Stop swallowing errors
7 years ago
Leo Lamprecht
9a9736bdd2
Made token-based authentication work ( #805 )
7 years ago
Leo Lamprecht
8d919874a5
8.0.1
7 years ago
Leo Lamprecht
5ef6f7be3d
Only prompt for login in TTY, otherwise throw error ( #798 )
* Only prompt for login in terminal, otherwise throw error
* Removed colors for non-TTY
7 years ago
Michael Hsu
77e95e28b9
Don't prompt for login if token was defined ( #797 )
* fix(prompt): unexpected Prompt for login when given token [#795 ]
* update
* update
7 years ago
Leo Lamprecht
38f240bb64
Removed automatic tagging as beta
7 years ago
Leo Lamprecht
8bfcf68215
8.0.0
7 years ago
Leo Lamprecht
dd4db2427f
Prompt for login if no credentials defined ( #795 )
* Prompt for login if no credentials defined
* Sub commands should lead to login as well
* Show a message
* Fixed syntax
* Even more syntax fixed
7 years ago
Leo Lamprecht
c1b6b819ae
Automatically migrate the old configuration file ( #794 )
* Automatically migrate the old configuration file
* Fixed git.io links
* credentials.json => auth.json
* Let the user know
* Removed trailing dot
7 years ago
Leo Lamprecht
fdfdf8039b
8.0.0-beta.11
7 years ago
Leo Lamprecht
665e36eddf
Google Cloud Platform support is working again
7 years ago