Releases
v1.2.0
Headline features and fixes
improved login experience
you don't need to know the organization name anymore, just type nctl auth login
.
it's now possible to switch organizations with nctl auth set-org
.
to show who you are logged in as and which organizations you have access to there's a new command nctl auth whoami
deploy jobs for apps are now live.
it's now possible to pass in build env variables for app builds.
more documentation on this will follow as this is very language (buildpack) specific.
Changelog
a092b53 Add build-time env vars to application
c8e6893 Add do not error on missing command/argument
648249d Fix basic auth credentials flag
455695a Merge pull request #40 from ninech/add-build-env
546fa57 Merge pull request #41 from ninech/fix-basic-auth-commands
d053d76 Merge pull request #42 from ninech/read-ssh-private-key-from-file
b7689db Merge pull request #43 from ninech/no-default-config
ad498af Merge pull request #44 from ninech/do-not-error-on-no-command
867cd55 Merge pull request #45 from ninech/app-deploy-jobs
c701c86 Merge pull request #46 from ninech/improve-auth
c48db76 Merge pull request #47 from ninech/fix-readme
8d0729d allow to read SSH private key from file
d2898e4 allow to use variables in placeholders
7ea6670 clean up auth flow, implement whoami and set-org
5d2a99b do not set defaults in the application on creation
adc32eb feat: add deploy job to app
ee6f15e fix the README.md with the new auth login
a9ee236 rename credentials argument for consistency
You can’t perform that action at this time.