Spinnaker Operations: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
Follow specific configuration instructions depending on the authentication method against the backend. | Follow specific configuration instructions depending on the authentication method against the backend. | ||
{{External|https://spinnaker.io/docs/setup/other_config/spin/#configure-spin}} | {{External|https://spinnaker.io/docs/setup/other_config/spin/#configure-spin}} | ||
==Operations== | |||
<syntaxhighlight lang='bash'> | |||
spin -k application list | |||
</syntaxhighlight> | |||
=Application Operations= | =Application Operations= |
Revision as of 00:27, 24 February 2022
Internal
CLI Access
Installation and Configuration
curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/$(curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest)/darwin/amd64/spin
chmod +x spin
sudo mv spin /usr/local/bin/spin
Follow specific configuration instructions depending on the authentication method against the backend.
Operations
spin -k application list
Application Operations
Create an Application
Configure an Application
TO PROCESS.