Create a new application with the following properties:
- app name: some-app
- repo: https://fake.repo.address
- app path: ./app_path
- namespace: default
- cluster: my.kubernetes.cluster
Answer
argocd app create some-app \
--project \
--repo https://fake.repo.address \
--path ./app_path \
--dest-namespace default \
--dest-server my.kubernetes.cluster